This commit is contained in:
2023-12-18 16:51:47 +01:00
commit 88741b2303
36 changed files with 1490 additions and 0 deletions

17
init/starenovine.service Normal file
View File

@@ -0,0 +1,17 @@
[Unit]
Description=Stare Novine Web
After=network-online.target
Wants=network-online.target systemd-networkd-wait-online.service
StartLimitIntervalSec=500
StartLimitBurst=5
[Service]
Restart=on-failure
RestartSec=5s
WorkingDirectory=/opt/starenovine/
ExecStart=/opt/starenovine/server
[Install]
WantedBy=multi-user.target