aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-10-24 03:46:07 +0200
committerDavid Runge <dave@sleepmap.de>2015-10-24 03:46:07 +0200
commit21a2b6e55ccd1131cf8fafcedd9752279193c3a7 (patch)
tree9d854612429e867a1212e876a87a3cd342d606ff
parent44296189884e14f109ded44c1e86598a24eb3553 (diff)
downloadrts-21a2b6e55ccd1131cf8fafcedd9752279193c3a7.tar.gz
rts-21a2b6e55ccd1131cf8fafcedd9752279193c3a7.tar.bz2
rts-21a2b6e55ccd1131cf8fafcedd9752279193c3a7.tar.xz
rts-21a2b6e55ccd1131cf8fafcedd9752279193c3a7.zip
system/rts*.service: Using /usr/bin/ as script path in service file.
-rw-r--r--system/rts.service2
-rw-r--r--system/rts@.service4
2 files changed, 3 insertions, 3 deletions
diff --git a/system/rts.service b/system/rts.service
index 1b03da3..bb51de3 100644
--- a/system/rts.service
+++ b/system/rts.service
@@ -6,7 +6,7 @@ ConditionFileIsExecutable=/usr/bin/tuna
[Service]
Type=oneshot
-ExecStart=/usr/lib/systemd/scripts/rts
+ExecStart=/usr/bin/rts
RemainAfterExit=true
[Install]
diff --git a/system/rts@.service b/system/rts@.service
index b7f6b44..156b80f 100644
--- a/system/rts@.service
+++ b/system/rts@.service
@@ -1,12 +1,12 @@
[Unit]
-Description=Apply Realtime-Kernel specific settings
+Description=Apply Realtime-Kernel specific settings according to a profile
After=multi-user.target sound.target
ConditionKernelCommandLine=systemd.setenv=REALTIME=true
ConditionFileIsExecutable=/usr/bin/tuna
[Service]
Type=oneshot
-ExecStart=/usr/lib/systemd/scripts/rts %i
+ExecStart=/usr/bin/rts %i
RemainAfterExit=true
[Install]