migration

This commit is contained in:
kokopi-dev
2025-10-28 16:23:11 +09:00
commit 2f27c335cf
116 changed files with 8221 additions and 0 deletions

View 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