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

11 lines
166 B
SYSTEMD
Raw Normal View History

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