x6100-armbian/userpatches/overlay/etc/systemd/system/amixer.service

17 wiersze
295 B
INI

[Unit]
Description=amixer
Before=systemd-user-sessions.service
Before=lightdm.service
[Service]
User=root
Type=oneshot
RemainAfterExit=yes
ExecStart=/root/amixer.sh start
ExecStop=/root/amixer.sh stop
TimeoutSec=30
StartLimitInterval=350
StartLimitBurst=10
[Install]
WantedBy=multi-user.target