mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 16:47:19 +08:00
13 lines
198 B
SYSTEMD
13 lines
198 B
SYSTEMD
|
[Unit]
|
||
|
Description=Open Sound System v4
|
||
|
Before=sound.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/sbin/soundon
|
||
|
ExecStop=/usr/sbin/soundoff
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|