remove nonexistent systemd service parameters

This commit is contained in:
Anderson Rosenberg 2025-10-22 19:36:03 -04:00
parent 6759eba47e
commit 82229709b6
No known key found for this signature in database
GPG key ID: 7ACF448C0590AB9C
2 changed files with 1 additions and 5 deletions

View file

@ -16,8 +16,6 @@ StandardOutput=journal+console
StandardError=journal+console
KillMode=none
RemainAfterExit=yes
JobRunningTimeoutUSec=infinity
JobTimeoutUSec=infinity
TimeoutSec=0
[Install]

View file

@ -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