repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sbcl rebuild
[arch-packages.git]
/
lighttpd
/
trunk
/
lighttpd.service
blob
89ed7861e822a51da90837f2c7e883937b56f5e2
1
[Unit]
2
Description=Lighttpd Web Server
3
After=syslog.target network.target
4
5
[Service]
6
PrivateTmp=true
7
ExecStart=/usr/bin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf
8
ExecReload=/bin/kill -HUP $MAINPID
9
KillSignal=SIGINT
10
11
[Install]
12
WantedBy=multi-user.target