diff options
author | James Meyer <james.meyer@operamail.com> | 2014-02-16 23:45:35 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2014-02-19 19:03:03 (GMT) |
commit | 3a08e3dda29ad3aa8f2a4e82312dac3161e7bf6c (patch) | |
tree | f06b8318c1a8ec594899e2d89f4c7b0ad5ee5e6f /abs/core/dmraid/dmraid.service | |
parent | c4243584e2cc38bca40a9a209bd4582ebdb843f1 (diff) | |
download | linhes_pkgbuild-3a08e3dda29ad3aa8f2a4e82312dac3161e7bf6c.zip linhes_pkgbuild-3a08e3dda29ad3aa8f2a4e82312dac3161e7bf6c.tar.gz linhes_pkgbuild-3a08e3dda29ad3aa8f2a4e82312dac3161e7bf6c.tar.bz2 |
dmraid: update binary path to /usr/bin
refs #961
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] |