mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
6 lines
366 B
Bash
6 lines
366 B
Bash
sudo mkdir -p /etc/systemd/system.conf.d
|
|
sudo cp "$OMARCHY_PATH/default/systemd/faster-shutdown.conf" /etc/systemd/system.conf.d/10-faster-shutdown.conf
|
|
sudo mkdir -p /etc/systemd/system/user@.service.d
|
|
sudo cp "$OMARCHY_PATH/default/systemd/user@.service.d/faster-shutdown.conf" /etc/systemd/system/user@.service.d/faster-shutdown.conf
|
|
sudo systemctl daemon-reload
|