summaryrefslogtreecommitdiffstats
path: root/modules.d/80lvmthinpool-monitor/start-thinpool-monitor.service
blob: 97f5f1f4895e4b4b1884e65ce9babe2be3502878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Lvm thinpool monitor service
Before=initrd.target
After=initrd-fs.target
Conflicts=shutdown.target emergency.target

[Service]
Type=forking
ExecStart=/bin/start-thinpool-monitor
PIDFile=/run/thinpool-moni.pid
StandardInput=null
StandardOutput=journal+console
StandardError=journal+console
KillSignal=SIGHUP