blob: 66f7a293ec9225611e146eba1a9f470f4f09181d (
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=journal
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
|