Automatically restart autostarted apps
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
printf '%s' "starting pasystray"
|
||||
systemd-run --remain-after-exit --user --setenv=DISPLAY=${DISPLAY} pasystray
|
||||
systemd-run --property=Restart=always --user --setenv=DISPLAY=${DISPLAY} pasystray
|
||||
|
||||
Reference in New Issue
Block a user