summarylogtreecommitdiffstats
path: root/agate@.service
blob: d5112257ea6d78439ef084e1dcbbf5b1cfebde01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Very simple server for the Gemini hypertext protocol.
Wants=network-online.target
After=network-online.target

[Service]
Type=simple
User=agate
EnvironmentFile=/etc/agate/%i
ExecStart=/usr/bin/agate $CONTENT $CERT $ADDR $HOSTNAME $LANG $OTHERS
Restart=always

[Install]
WantedBy=multi-user.target