mars/systemd/mars.service

20 lines
456 B
SYSTEMD
Raw Normal View History

2018-05-06 18:01:08 +00:00
[Unit]
Description=MARS block layer HA (kernel module)
Documentation=https://github.com/schoebel/mars/docu/mars-user-manual.pdf
2018-05-06 18:01:08 +00:00
RequiresMountsFor=/mars/uuid
StopWhenUnneeded=false
IgnoreOnIsolate=true
2019-03-01 21:41:16 +00:00
ConditionPathIsSymbolicLink=/mars/uuid
2018-05-06 18:01:08 +00:00
[Service]
Type=oneshot
KillMode=none
2018-05-06 18:01:08 +00:00
RemainAfterExit=yes
#ExecStartPre=if ! mountpoint /mars; then mount /dev/*/mars /mars; fi
ExecStart=/sbin/modprobe mars
ExecStop=/sbin/rmmod mars
[Install]
WantedBy=mars.mount