mirror of
https://codeberg.org/andersonarc/reliant-system.git
synced 2025-11-14 13:20: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
|
StandardError=journal+console
|
||||||
KillMode=none
|
KillMode=none
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
JobRunningTimeoutUSec=infinity
|
|
||||||
JobTimeoutUSec=infinity
|
|
||||||
TimeoutSec=0
|
TimeoutSec=0
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,6 @@ Before=shutdown.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/local/share/scripts/shufflecake-close.sh
|
ExecStart=/usr/local/share/scripts/shufflecake-close.sh
|
||||||
JobRunningTimeoutUSec=infinity
|
|
||||||
JobTimeoutUSec=infinity
|
|
||||||
TimeoutSec=0
|
TimeoutSec=0
|
||||||
KillMode=none
|
KillMode=none
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue