diff options
Diffstat (limited to 'straper/db/public/services/custom-units/agate.service')
| -rw-r--r-- | straper/db/public/services/custom-units/agate.service | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/straper/db/public/services/custom-units/agate.service b/straper/db/public/services/custom-units/agate.service new file mode 100644 index 0000000..a8858b7 --- /dev/null +++ b/straper/db/public/services/custom-units/agate.service @@ -0,0 +1,15 @@ +[Unit] +Description=Agate Gemini Server +After=network.target + +[Service] +User=lukasz +WorkingDirectory=/srv/gemini-capsule +ExecStart=/home/lukasz/apps/agate/agate \ + --content /srv/gemini-capsule \ + --hostname gmi.labunix.xyz \ + --addr 0.0.0.0:1965 +Restart=on-failure + +[Install] +WantedBy=multi-user.target |
