summarylogtreecommitdiffstats
path: root/gwd.service
blob: 16030eaf77c5a2dc6b6d735e4dc00d4a80a00836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Geneweb Genealogy Service

[Service]
Type=forking
User=geneweb
EnvironmentFile=/etc/conf.d/gwd
UMask=077
ExecStart=/usr/bin/gwd -daemon -bd ${DATABASES_DIR} $GWD_ARGS
StandardOutput=syslog

[Install]
WantedBy=multi-user.target