mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
Fix hostname in ExecStart command (#169)
This commit is contained in:
parent
207da15f7a
commit
5acc605ab1
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ Description=Agate gemini server
|
||||||
# and place the contents to be displayed in /srv/gemini/content
|
# and place the contents to be displayed in /srv/gemini/content
|
||||||
WorkingDirectory=/srv/gemini/
|
WorkingDirectory=/srv/gemini/
|
||||||
# assumes the device hostname is set correctly
|
# assumes the device hostname is set correctly
|
||||||
ExecStart=agate --hostname $(uname -n) --lang en
|
ExecStart=/bin/sh -c "agate --hostname $(uname -n) --lang en"
|
||||||
|
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=1
|
RestartSec=1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue