Unverified Commit 11d123be by Stéphane Graber Committed by GitHub

Merge pull request #3541 from Mingli-Yu/master

Remove obsolete setting regarding the Standard Output
parents c37c7b91 a7a92a06
...@@ -6,8 +6,6 @@ Documentation=man:lxc ...@@ -6,8 +6,6 @@ Documentation=man:lxc
[Service] [Service]
Type=simple Type=simple
ExecStart=@LIBEXECDIR@/lxc/lxc-monitord --daemon ExecStart=@LIBEXECDIR@/lxc/lxc-monitord --daemon
StandardOutput=syslog
StandardError=syslog
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
...@@ -14,8 +14,6 @@ ExecStop=@BINDIR@/lxc-stop -n %i ...@@ -14,8 +14,6 @@ ExecStop=@BINDIR@/lxc-stop -n %i
# Environment=BOOTUP=serial # Environment=BOOTUP=serial
# Environment=CONSOLETYPE=serial # Environment=CONSOLETYPE=serial
Delegate=yes Delegate=yes
StandardOutput=syslog
StandardError=syslog
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment