Some fixes/improvements to service files. (#646)
* Add Documentation field so the systemctl help command works. * Remove syslog.target as syslog is normally socket-activated now.
This commit is contained in:
parent
a1aff316dc
commit
5b2364196c
@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=xrdp session manager
|
||||
After=syslog.target network.target
|
||||
Documentation=man:xrdp-sesman(8) man:sesman.ini(5)
|
||||
After=network.target
|
||||
StopWhenUnneeded=true
|
||||
BindsTo=xrdp.service
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
[Unit]
|
||||
Description=xrdp daemon
|
||||
Documentation=man:xrdp(8) man:xrdp.ini(5)
|
||||
Requires=xrdp-sesman.service
|
||||
After=syslog.target network.target xrdp-sesman.service
|
||||
After=network.target xrdp-sesman.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
Loading…
Reference in New Issue
Block a user