mirror of
https://github.com/resiprocate/resiprocate.git
synced 2026-01-12 00:05:02 +08:00
15 lines
276 B
Desktop File
15 lines
276 B
Desktop File
|
|
[Unit]
|
|
Description=reConServer
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/reConServer /etc/reConServer/reConServer.config --Daemonize=false
|
|
ExecReload=/bin/kill -HUP ${MAINPID}
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|