core/oss/oss.service

13 lines
198 B
SYSTEMD
Raw Normal View History

2012-06-21 06:09:29 +08:00
[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