18 lines
337 B
Desktop File
18 lines
337 B
Desktop File
[Unit]
|
|
Description=taoyao signal server
|
|
After=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
User=taoyao
|
|
Type=forking
|
|
KillMode=process
|
|
ExecStart=/data/taoyao/taoyao-signal-server/deploy/bin/startup.sh
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
ExecStop=/bin/kill -QUIT $MAINPID
|
|
Restart=always
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|