We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
switch
Should work for systemd and not, using systemd --user restart or pkill -f ${script}; ${script} 1>/dev/null 2>&1 &.
systemd --user restart
pkill -f ${script}; ${script} 1>/dev/null 2>&1 &
Activity