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