fix: enable stasis idle manager in user services
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 3s
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 3s
stasis ships its own systemd user service but was missing from the USER_SERVICES array in both post-install and transform scripts.
This commit is contained in:
parent
52a49bfcc3
commit
23a14e95d5
@ -138,6 +138,7 @@ fi
|
|||||||
log "Enabling systemd user services..."
|
log "Enabling systemd user services..."
|
||||||
USER_SERVICES=(
|
USER_SERVICES=(
|
||||||
"kanshi"
|
"kanshi"
|
||||||
|
"stasis"
|
||||||
)
|
)
|
||||||
|
|
||||||
for service in "${USER_SERVICES[@]}"; do
|
for service in "${USER_SERVICES[@]}"; do
|
||||||
|
|||||||
@ -344,6 +344,7 @@ echo "source /etc/zsh/zshrc.moonarch" >> "$HOME/.zshrc"
|
|||||||
log "Enabling systemd user services..."
|
log "Enabling systemd user services..."
|
||||||
USER_SERVICES=(
|
USER_SERVICES=(
|
||||||
"kanshi"
|
"kanshi"
|
||||||
|
"stasis"
|
||||||
)
|
)
|
||||||
|
|
||||||
for service in "${USER_SERVICES[@]}"; do
|
for service in "${USER_SERVICES[@]}"; do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user