mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Add systemd service file for dtlogin
This automatically starts dtlogin and properly supervises it.
This commit is contained in:
parent
d8a43c0b49
commit
f078df392a
1 changed files with 13 additions and 0 deletions
13
cde/contrib/rc/systemd/dtlogin.service
Normal file
13
cde/contrib/rc/systemd/dtlogin.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=CDE login manager
|
||||
Documentation=man:dtlogin(1)
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/dt/bin/dtlogin -daemon
|
||||
Restart=on-failure
|
||||
Type=forking
|
||||
PIDFile=/var/dt/Xpid
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue