init: add installer script and systemctl service file

This commit is contained in:
2025-01-07 21:59:32 +03:00
parent 60b4e07f0c
commit 2c6b24b0fd
2 changed files with 41 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[Unit]
Description=SkazaNull Web
After=postgresql.service
[Service]
ExecStart=/opt/skazanull/bin/skazanull
User=www-data
TimeoutStopSec=10
[Install]
WantedBy=multi-user.target