mirror of https://github.com/neutrinolabs/xrdp
Merge pull request #635 from proski/bindsto
Change BindTo to BindsTo, it was renamed in systemd long time ago
This commit is contained in:
commit
e217e68acb
|
@ -2,7 +2,7 @@
|
|||
Description=xrdp session manager
|
||||
After=syslog.target network.target
|
||||
StopWhenUnneeded=true
|
||||
BindTo=xrdp.service
|
||||
BindsTo=xrdp.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
|
Loading…
Reference in New Issue