migration
This commit is contained in:
14
X11/systemd/root/README.md
Normal file
14
X11/systemd/root/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Root Systemd
|
||||
|
||||
Put services in `/etc/systemd/system/*`
|
||||
|
||||
Run:
|
||||
|
||||
```
|
||||
sudo systemctl enable myservice@USERNAME.service
|
||||
sudo systemctl start myservice@USERNAME.service
|
||||
```
|
||||
|
||||
Files:
|
||||
|
||||
Check the service file for where the scripts should be located
|
||||
Reference in New Issue
Block a user