2019-01-25 17:28:29 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Run docker_housekeeping
|
2022-06-30 07:34:43 +00:00
|
|
|
OnFailure=systemd_failure_notify@%n.service
|
2019-01-25 17:28:29 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
ExecStart=docker_housekeeping
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|