mirror of
https://codeberg.org/andersonarc/reliant-system.git
synced 2025-11-13 04:40:37 -05:00
remove nonexistent systemd service parameters
This commit is contained in:
parent
6759eba47e
commit
82229709b6
2 changed files with 1 additions and 5 deletions
|
|
@ -16,8 +16,6 @@ StandardOutput=journal+console
|
|||
StandardError=journal+console
|
||||
KillMode=none
|
||||
RemainAfterExit=yes
|
||||
JobRunningTimeoutUSec=infinity
|
||||
JobTimeoutUSec=infinity
|
||||
TimeoutSec=0
|
||||
|
||||
[Install]
|
||||
|
|
|
|||
|
|
@ -6,10 +6,8 @@ Before=shutdown.target
|
|||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/share/scripts/shufflecake-close.sh
|
||||
JobRunningTimeoutUSec=infinity
|
||||
JobTimeoutUSec=infinity
|
||||
TimeoutSec=0
|
||||
KillMode=none
|
||||
|
||||
[Install]
|
||||
WantedBy=halt.target reboot.target shutdown.target
|
||||
WantedBy=halt.target reboot.target shutdown.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue