11 lines
199 B
SYSTEMD
11 lines
199 B
SYSTEMD
|
[Unit]
|
||
|
ConditionPathExists=
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=
|
||
|
% if node.os == 'arch':
|
||
|
ExecStart=/usr/bin/zpool import -aN -o cachefile=none
|
||
|
% else:
|
||
|
ExecStart=/usr/sbin/zpool import -aN -o cachefile=none
|
||
|
% endif
|