mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
6 lines
78 B
Bash
6 lines
78 B
Bash
#!/bin/bash
|
|
|
|
source ./modules/00-library.sh &&
|
|
ensure_service_active acpid
|
|
|