10 lines
179 B
Desktop File
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
|