mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-10 11:27:49 +00:00
busybox: rework systemd service files
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Show Version
|
Description=Show Version
|
||||||
DefaultDependencies=no
|
DefaultDependencies=false
|
||||||
Before=local-fs.target
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
@@ -10,4 +9,4 @@ RemainAfterExit=yes
|
|||||||
StandardOutput=tty
|
StandardOutput=tty
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=sysinit.target
|
WantedBy=basic.target
|
||||||
|
Reference in New Issue
Block a user