galmon/debian/galmon.galmon-upgrade.service

17 lines
367 B
INI
Raw Permalink Normal View History

[Unit]
Description=Upgrade Galmon Software
After=network.target nss-lookup.target
StartLimitIntervalSec=0
# require that the configuration exists
ConditionPathExists=/etc/default/galmon
[Service]
2020-04-28 14:31:28 -06:00
Environment=DEBIAN_FRONTEND=noninteractive
Type=simple
2020-01-25 11:47:49 -07:00
Restart=no
2020-01-26 09:22:41 -07:00
ExecStartPre=+apt-get update
2020-01-26 09:16:35 -07:00
ExecStart=+apt-get install -y galmon
[Install]
WantedBy=multi-user.target