Added systemd service file
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Backend Zerver for RLuv app
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/mob/zerver/zig-out/bin/zerver --db_path /home/mob/zerver/data.db
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user