Commit a7a92a06 by Mingli Yu

Remove obsolete setting regarding the Standard Output

The Standard output type "syslog" is obsolete, causing a warning since systemd version 246 [1]. Please consider using "journal" or "journal+console" [1] https://github.com/systemd/systemd/blob/master/NEWS#L202Signed-off-by: 's avatarMingli Yu <mingli.yu@windriver.com>
parent c37c7b91
...@@ -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