summaryrefslogtreecommitdiff
path: root/geomyidae-git/service
blob: 41da8eb9ca72891a92b29261f27cec17b30fa9d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Unit]
Description=A gopher server daemon
Documentation=man:geomyidae(8)
After=network.target network-online.target nss-lookup.target

[Service]
Type=forking
WorkingDirectory=/srv/gopher
ProtectSystem=strict
ProtectHome=true
MemoryDenyWriteExecute=true
SystemCallArchitectures=native
NoNewPrivileges=true
StandardOutput=syslog
SyslogIdentifier=geomyidae
EnvironmentFile=-/etc/conf.d/geomyidae
ExecStart=/usr/bin/geomyidae -c -l stdout -u geomyidae -g geomyidae $GEOMYIDAE_ARGS

[Install]
WantedBy=multi-user.target