summarylogtreecommitdiffstats
path: root/ehaspd.service
blob: 11c96c934c49e7c1f880ebbcba7de7cd7d70f8cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

[Unit]
Description=/etc/rc.d/haspd compatibility
ConditionPathExists=/etc/rc.d/haspd
After=syslog.target

[Service]
Type=forking
ExecStart=/etc/rc.d/haspd start
TimeoutSec=0
StandardOutput=tty
RemainAfterExit=yes

ExecReload=/etc/rc.d/haspd restart

ExecStop=/etc/rc.d/haspd stop

[Install]
WantedBy=multi-user.target