mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-17 04:00:14 -07:00
4 lines
43 B
Plaintext
4 lines
43 B
Plaintext
|
#!/bin/sh
|
||
|
mkdir -p /etc/acpi
|
||
|
exec acpid -f
|