Do not break when searching for slashes
[phinde.git] / data / systemd / phinde.service
1 # This is a mostly empty service, but allows commands like stop, start, reload
2 # to propagate to all phinde@ service instances.
3
4 [Unit]
5 Description=phinde search server
6 After=network.target
7
8 [Service]
9 Type=oneshot
10 RemainAfterExit=yes
11 ExecStart=/bin/true
12 ExecReload=/bin/true
13 WorkingDirectory=/home/cweiske/www/search.cweiske.de/
14 User=cweiske
15 Group=www-cweiske
16
17 [Install]
18 WantedBy=multi-user.target