Update README.md
[remote-debug.git] / suanzi-support.service
1 [Unit]
2 Description= suanzi support daemon
3 After=network-online.target
4
5 [Service]
6 User=debug
7 Type=simple
8 ExecStart=/usr/local/bin/suanzi-support
9 ExecStop=/usr/bin/pkill -P $MAINPID
10 KillMode=process
11 Restart=always
12 RestartSec=60
13
14 [Install]
15 WantedBy=multi-user.target
16