summarylogtreecommitdiffstats
path: root/shibd.service
blob: c88df767fcdb830ac04ff7ceba35e93eb1816fb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Shibboleth Service Provider Daemon
Documentation=https://wiki.shibboleth.net/confluence/display/SP3/Home
Before=httpd.service

[Service]
Type=notify
NotifyAccess=main
User=_shibd
ExecStart=/usr/bin/shibd -f -F
TimeoutStopSec=1m
TimeoutStartSec=5m
Restart=on-failure
RestartSec=30s

[Install]
WantedBy=multi-user.target