SSPCPP-412 - systemd integration changes
[shibboleth/cpp-sp.git] / configs / shibd-systemd.in
1 [Unit]
2 Description=Shibboleth Service Provider Daemon
3 After=network.target
4 Before=httpd.service
5
6 [Service]
7 Type=notify
8 NotifyAccess=main
9 User=shibd
10 #Environment=LD_LIBRARY_PATH=/opt/shibboleth/lib
11 ExecStart=@-PREFIX-@/sbin/shibd -f -F
12 StandardInput=null
13 StandardOutput=null
14 StandardError=journal
15 TimeoutStopSec=5s
16 TimeoutStartSec=90s
17 Restart=on-failure
18 RestartSec=30s
19
20 [Install]
21 WantedBy=multi-user.target