From 8cf49c5897b03c050d2f93cb3eca9b012d8a8d8b Mon Sep 17 00:00:00 2001 From: Mateusz Korniak Date: Thu, 24 Nov 2016 15:33:17 +0100 Subject: [PATCH] lxd.service switch to Type=simple, ExecStop= added. --- lxd.service | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lxd.service b/lxd.service index f82286b..faee0d0 100644 --- a/lxd.service +++ b/lxd.service @@ -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 -- 2.44.0