5 lines
86 B
Bash
5 lines
86 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -euo pipefail
|
||
|
|
||
|
systemctl --user restart --now pipewire.socket
|