Skip to content

Commit 5b35baf

Browse files
committed
Remove install from systemd services used by timers
1 parent 473a071 commit 5b35baf

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

packer/linux/conf/docker/systemd/docker-gc.service

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ Wants=docker-gc.timer
55
[Service]
66
Type=oneshot
77
ExecStart=/usr/local/bin/docker-gc
8-
9-
[Install]
10-
WantedBy=multi-user.target

packer/linux/conf/docker/systemd/docker-low-disk-gc.service

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ Wants=docker-low-disk-gc.timer
55
[Service]
66
Type=oneshot
77
ExecStart=/usr/local/bin/docker-low-disk-gc
8-
9-
[Install]
10-
WantedBy=multi-user.target

0 commit comments

Comments
 (0)