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]
|
[Unit]
|
||||||
Description=xrdp session manager
|
Description=xrdp session manager
|
||||||
After=syslog.target network.target
|
Documentation=man:xrdp-sesman(8) man:sesman.ini(5)
|
||||||
|
After=network.target
|
||||||
StopWhenUnneeded=true
|
StopWhenUnneeded=true
|
||||||
BindsTo=xrdp.service
|
BindsTo=xrdp.service
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=xrdp daemon
|
Description=xrdp daemon
|
||||||
|
Documentation=man:xrdp(8) man:xrdp.ini(5)
|
||||||
Requires=xrdp-sesman.service
|
Requires=xrdp-sesman.service
|
||||||
After=syslog.target network.target xrdp-sesman.service
|
After=network.target xrdp-sesman.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
Loading…
Reference in New Issue
Block a user