Rename serve and node name to be more consistant

This commit is contained in:
Carl Philipp Klemm 2026-06-07 09:59:18 +02:00
parent 40681cdc1a
commit a5597f80ac
3 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,13 @@
[Unit]
After=network.target sound.target
[Service]
Type=simple
ExecStart=/usr/bin/stdbuf -oL /usr/bin/pipewirestreamwatcher -h 10.0.0.1 -n %i
ExitType=main
StandardOutput=journal
StandardError=journal
Restart=always
[Install]
WantedBy=default.target