diff options
Diffstat (limited to 'systemd/system/lightsout.service')
| -rw-r--r-- | systemd/system/lightsout.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemd/system/lightsout.service b/systemd/system/lightsout.service index f720f0f..bf7ccd3 100644 --- a/systemd/system/lightsout.service +++ b/systemd/system/lightsout.service @@ -1,6 +1,6 @@ [Unit] Description = turn the led off as a service. -After = network.target +After = sysinit.target [Service] Type = oneshot @@ -13,4 +13,4 @@ RestartSec = 5 TimeoutStartSec = infinity [Install] -WantedBy = multi-user.target +WantedBy = sysinit.target |
