]> git.pld-linux.org Git - packages/lxd.git/commitdiff
lxd.service switch to Type=simple, ExecStop= added.
authorMateusz Korniak <matkor@pld-linux.org>
Thu, 24 Nov 2016 14:33:17 +0000 (15:33 +0100)
committerMateusz Korniak <matkor@pld-linux.org>
Thu, 24 Nov 2016 14:33:17 +0000 (15:33 +0100)
lxd.service

index f82286bff8e856a2e8b8c5af931666d36d47e713..faee0d0a8ef26160d978e2257b53b46f902299ab 100644 (file)
@@ -4,8 +4,9 @@ Documentation=http://linuxcontainers.org
 After=network.target
 
 [Service]
-Type=notify
-ExecStart=/usr/sbin/lxd daemon --syslog
+Type=simple
+ExecStart=/usr/sbin/lxd daemon 
+ExecStop=/usr/sbin/lxd shutdown 
 ExecReload=/bin/kill -s HUP $MAINPID
 LimitNOFILE=infinity
 LimitNPROC=infinity
This page took 0.109433 seconds and 4 git commands to generate.