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

10 lines
135 B
SYSTEMD
Raw Normal View History

2019-01-25 17:28:29 +00:00
[Unit]
Description=Run docker_housekeeping
[Service]
Type=oneshot
ExecStart=docker_housekeeping
[Install]
WantedBy=multi-user.target