3 lines
69 B
Plaintext
3 lines
69 B
Plaintext
|
#!/bin/bash
|
||
|
sudo -u ez systemctl --user start mybackup.service
|
||
|
exit 0
|