13 lines
215 B
SYSTEMD
13 lines
215 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=PipeWire VM bridge
|
||
|
|
Requires=pipewire-bridge.socket
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=exec
|
||
|
|
ExecStart=/opt/bin/muvm-pwbridge
|
||
|
|
|
||
|
|
# Environment=RUST_LOG=debug
|
||
|
|
# StandardError=tty
|
||
|
|
# StandardOutput=tty
|
||
|
|
# TTYPath=/dev/hvc0
|