Add directions for deploying to a linux host

This commit is contained in:
Jon Staab
2025-09-30 17:23:34 -07:00
parent 54a55da390
commit 67a00e71ee
2 changed files with 53 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[Unit]
Description=zooid
ConditionPathExists=/home/zooid/zooid
After=network.target
[Service]
Type=simple
User=zooid
Group=zooid
WorkingDirectory=/home/zooid/zooid
ExecStart=/home/zooid/zooid/bin/zooid
Restart=always
RuntimeMaxSec=3600
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=zooid
[Install]
WantedBy=multi-user.target