mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:47:16 +08:00
14 lines
263 B
Desktop File
14 lines
263 B
Desktop File
[Unit]
|
|
Description=Network Audio System daemon
|
|
After=syslog.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=/etc/conf.d/nasd
|
|
ExecStartPre=/usr/bin/modprobe snd-pcm-oss
|
|
ExecStart=/usr/bin/nasd $NASD_OPTIONS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|