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

11 lines
167 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Run check_updates
OnFailure=systemd_failure_notify@%n.service
[Service]
Type=oneshot
ExecStart=check_updates
[Install]
WantedBy=multi-user.target