first commit

This commit is contained in:
2022-05-09 15:37:15 +02:00
commit 4d527e4336
3198 changed files with 204560 additions and 0 deletions

11
tmpl/ninenote.service Normal file
View 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