diff options
Diffstat (limited to 'abs/core/dmraid/dmraid.service')
-rw-r--r-- | abs/core/dmraid/dmraid.service | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/abs/core/dmraid/dmraid.service b/abs/core/dmraid/dmraid.service index 1fd142f..c5d3d53 100644 --- a/abs/core/dmraid/dmraid.service +++ b/abs/core/dmraid/dmraid.service @@ -7,9 +7,8 @@ Before=basic.target shutdown.target Conflicts=shutdown.target [Service] -ExecStart=/sbin/dmraid --ignorelocking --activate y -Z Type=oneshot -TimeoutSec=0 +ExecStart=/usr/bin/dmraid --ignorelocking --activate y -Z RemainAfterExit=true [Install] |