summarylogtreecommitdiffstats
path: root/agate@.service
blob: f8bb0852493d1dea0363f9b8f6176422112c2272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Unit]
Description = Agate Gemini Server
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
RestartSec = 1

StandardOutput = journal
StandardError = journal
SyslogIdentifier = gemini

[Install]
WantedBy = multi-user.target