system-helpers/etc/systemd/user/check_updates.service

11 lines
168 B
SYSTEMD
Raw Normal View History

2019-01-25 17:28:29 +00:00
[Unit]
2019-01-25 17:52:06 +00:00
Description=Run check_updates
#OnFailure=systemd_failure_notify@%n.service
2019-01-25 17:28:29 +00:00
[Service]
Type=oneshot
2019-01-25 17:52:06 +00:00
ExecStart=check_updates
2019-01-25 17:28:29 +00:00
[Install]
WantedBy=multi-user.target