mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 09:37:14 +08:00
13 lines
198 B
Desktop File
13 lines
198 B
Desktop File
[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
|