mirror of
https://github.com/evilhero/mylar
synced 2025-01-03 05:24:43 +00:00
Misc typos in init-scripts/systemd/read.me
This commit is contained in:
parent
d9aacb147d
commit
ccbe865f68
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
Instructions on setting up mylar as a systemd serivce that will run on startup/via systemctl commands...
|
Instructions on setting up mylar as a systemd service that will run on startup/via systemctl commands...
|
||||||
|
|
||||||
1 - copy the mylar.service to /lib/systemd/system/mylar.service
|
1 - copy the mylar.service to /lib/systemd/system/mylar.service
|
||||||
2 - create a symbolic link to it: ln -s /lib/systemd/system/mylar.service /etc/systemd/system/mylar.service
|
2 - create a symbolic link to it: ln -s /lib/systemd/system/mylar.service /etc/systemd/system/mylar.service
|
||||||
3 - copy mylar.default to /etc/default/mylar (make sure it's renamed from mylar.default to just mylar)
|
3 - copy mylar.default to /etc/default/mylar (make sure it's renamed from mylar.default to just mylar)
|
||||||
4 - copy mylar.initd to /etc/init.d/mylar (rename it to just mylar) and then 'sudo chmod +x /etc/init.d/mylar'
|
4 - copy mylar.initd to /etc/init.d/mylar (rename it to just mylar) and then 'sudo chmod +x /etc/init.d/mylar'
|
||||||
5 - edit the /etc/default/mylar file to your defaults (make sure to set MYLAR_USER & MYLAR_HOME as they're required)
|
5 - edit the /etc/default/mylar file to your defaults (make sure to set MYLAR_USER & MYLAR_HOME as they're required)
|
||||||
6 - make systemd aware of new services: sudo sytemctl daemon-reload
|
6 - make systemd aware of new services: sudo systemctl daemon-reload
|
||||||
7 - sudo systemctl enable mylar
|
7 - sudo systemctl enable mylar
|
||||||
8 - sudo systemctl start mylar
|
8 - sudo systemctl start mylar
|
||||||
9 - to check to see if running/status - sudo sytemctl status mylar
|
9 - to check to see if running/status - sudo systemctl status mylar
|
||||||
|
|
Loading…
Reference in a new issue