Change BindTo to BindsTo, it was renamed in systemd long time ago
BindTo was left for compatibility. https://lists.freedesktop.org/archives/systemd-commits/2012-July/002272.html
This commit is contained in:
parent
2b614ed4ab
commit
409623a65f
@ -2,7 +2,7 @@
|
|||||||
Description=xrdp session manager
|
Description=xrdp session manager
|
||||||
After=syslog.target network.target
|
After=syslog.target network.target
|
||||||
StopWhenUnneeded=true
|
StopWhenUnneeded=true
|
||||||
BindTo=xrdp.service
|
BindsTo=xrdp.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
Loading…
Reference in New Issue
Block a user