5 lines
137 B
Bash
Executable File
5 lines
137 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
printf '%s' "starting pasystray"
|
|
systemd-run --property=Restart=always --user --setenv=DISPLAY=${DISPLAY} pasystray
|