nutools/lib/nulib/templates/webpyapp/support/server.service

12 lines
164 B
SYSTEMD
Raw Normal View History

2018-04-26 23:19:17 +04:00
[Unit]
Description=@@name@@ server
[Service]
Type=simple
User=@@owner@@
ExecStart=@@destdir@@/startserver
Restart=on-success
[Install]
WantedBy=multi-user.target