mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Modified before units of systemd in xbmc-(halt|poweroff|reboot)
services.
This commit is contained in:
parent
844933c180
commit
fd1a5bc952
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=XBMC halt script
|
Description=XBMC halt script
|
||||||
After=xbmc.service
|
After=xbmc.service
|
||||||
Before=halt.service
|
Before=systemd-halt.service
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=XBMC poweroff script
|
Description=XBMC poweroff script
|
||||||
After=xbmc.service
|
After=xbmc.service
|
||||||
Before=poweroff.service
|
Before=systemd-poweroff.service
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=XBMC reboot script
|
Description=XBMC reboot script
|
||||||
After=xbmc.service
|
After=xbmc.service
|
||||||
Before=reboot.service
|
Before=systemd-reboot.service
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user