blob: 2210a377b2e76ddc771c50998fd7882591df5e18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# AudioManager systemd service file
[Unit]
Description=GENIVI AudioManager
Requires=dbus.service
After=dbus.service
Before=pulseaudio.service
[Service]
Type=notify
ExecStart=/usr/bin/AudioManager -T
Restart=always
TimeoutSec=2
WatchdogSec=2
[Install]
WantedBy=multi-user.target
|