mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
19 lines
377 B
Desktop File
19 lines
377 B
Desktop File
[Unit]
|
|
Description=Rover Audio Publisher (ALSA -> RTSP/TCP)
|
|
After=network-online.target roverd.service
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=roverd
|
|
Group=roverd
|
|
EnvironmentFile=/var/lib/roverd/media.env
|
|
ExecStart=/usr/local/bin/audio-only-publisher
|
|
KillMode=control-group
|
|
TimeoutStopSec=5
|
|
Restart=on-failure
|
|
RestartSec=2
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|