diff options
Diffstat (limited to 'core/modules')
-rw-r--r-- | core/modules/apply-slx-vars/data/etc/systemd/system/apply-slx-vars.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/apply-slx-vars/data/etc/systemd/system/apply-slx-vars.service b/core/modules/apply-slx-vars/data/etc/systemd/system/apply-slx-vars.service index 0f940b68..b5d3c7d8 100644 --- a/core/modules/apply-slx-vars/data/etc/systemd/system/apply-slx-vars.service +++ b/core/modules/apply-slx-vars/data/etc/systemd/system/apply-slx-vars.service @@ -1,10 +1,10 @@ [Unit] Description=Apply SLX_* config var settings DefaultDependencies=no +RefuseManualStart=true Before=basic.target [Service] Type=oneshot RemainAfterExit=true -RefuseManualStart=true ExecStart=/opt/openslx/scripts/apply-slx-vars |