ScoDoc/tools/etc/scodoc-updater.service

19 lines
346 B
SYSTEMD
Raw Normal View History

2020-09-26 16:19:37 +02:00
#
# Systemd service to upgrade ScoDoc
#
# Put this file in /etc/systemd/system, along with scodoc-updater.timer
# and then run
# systemctl enable scodoc-updater.timer
# systemctl start scodoc-updater.timer
#
# E. Viennet jun 2019
#
[Unit]
Description=Update ScoDoc Software
[Service]
Type=oneshot
ExecStart=/opt/scodoc/tools/upgrade.sh
2020-09-26 16:19:37 +02:00