first commit
This commit is contained in:
11
tmpl/ninenote.service
Normal file
11
tmpl/ninenote.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Ninenote websocket server
|
||||
After=local-fs.target network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/var/www/html/ninenote/bin/console app:Websocket --name ninenote
|
||||
Restart=on-watchdog
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user