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