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

10 lines
179 B
Desktop File

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