mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #3118 from Grobwiefein/xbmc-shutdown
Modified before units of systemd in xbmc-(halt|poweroff|reboot) services.
This commit is contained in:
commit
308e9d13fa
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=XBMC halt script
|
||||
After=xbmc.service
|
||||
Before=halt.service
|
||||
Before=systemd-halt.service
|
||||
DefaultDependencies=no
|
||||
|
||||
[Service]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=XBMC poweroff script
|
||||
After=xbmc.service
|
||||
Before=poweroff.service
|
||||
Before=systemd-poweroff.service
|
||||
DefaultDependencies=no
|
||||
|
||||
[Service]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=XBMC reboot script
|
||||
After=xbmc.service
|
||||
Before=reboot.service
|
||||
Before=systemd-reboot.service
|
||||
DefaultDependencies=no
|
||||
|
||||
[Service]
|
||||
|
Loading…
x
Reference in New Issue
Block a user