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

10 lines
162 B
Desktop File

[Unit]
Description=Run docker_check
OnFailure=systemd_failure_notify@%n.service
[Service]
Type=oneshot
ExecStart=docker_check
[Install]
WantedBy=default.target