add subdir to systemd example

This commit is contained in:
Hugh Rundle 2023-01-11 19:05:42 +11:00
parent 1682d097af
commit 9e38ee9765

View file

@ -6,9 +6,10 @@ RestartSec=15
TimeoutSec=15 TimeoutSec=15
KillMode=process KillMode=process
User=gemini User=gemini
WorkingDirectory=/home/gemini WorkingDirectory=/home/gemini/soyuz-web
Environment="SOYUZ_PORT=1966" Environment="SOYUZ_PORT=1966"
Environment="GEMINI_PATH=/srv/gemini" Environment="GEMINI_PATH=/srv/gemini"
Environment="SOYUZ_SESSION_SECRET=change_me" Environment="SOYUZ_SESSION_SECRET=change_me"
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target