mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-28 13:10:33 +02:00
services: docker: Specify log file for containerd.
* gnu/services/docker.scm (containerd-shepherd-service): Specify log file for containerd.
This commit is contained in:
@@ -61,7 +61,8 @@
|
||||
(documentation "containerd daemon.")
|
||||
(provision '(containerd))
|
||||
(start #~(make-forkexec-constructor
|
||||
(list (string-append #$package "/bin/containerd"))))
|
||||
(list (string-append #$package "/bin/containerd"))
|
||||
#:log-file "/var/log/containerd.log"))
|
||||
(stop #~(make-kill-destructor)))))
|
||||
|
||||
(define (docker-shepherd-service config)
|
||||
|
||||
Reference in New Issue
Block a user