Added systemd service file

This commit is contained in:
Tom Cat 2023-10-03 10:43:18 -06:00
parent 1f5698c3fd
commit 2241b6f529

10
zerver.service Executable file
View File

@ -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