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

10 lines
163 B
Desktop File

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