mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-02-02 13:44:23 +01:00
-Added compiling optimization -Fix warning message compiling with -Wall -Added file startup systemd -Updated file README.md
16 lines
292 B
Desktop File
16 lines
292 B
Desktop File
[Unit]
|
|
Description=XLXD Server
|
|
Requires=network.target
|
|
After=systemd-user-session.service network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/etc/init.d/xlxd start
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
# Alias=xlxd.service
|