summarylogtreecommitdiffstats
path: root/agate@.service
blob: 8e2aa530bd8e8897cb06c7e60750cb313dc827c1 (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=%i
ExecStart=/usr/bin/agate $CONTENT $CERT $ADDR $HOSTNAME $LANG $OTHERS
Restart=always

[Install]
WantedBy=multi-user.target