mirror of
https://github.com/evilhero/mylar
synced 2025-02-01 12:07:50 +00:00
FIX: Fixing typo in init-scripts systemd readme
This commit is contained in:
parent
4f069d7d9b
commit
881e9b4d40
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Instructions on setting up mylar as a systemd serivce that will run on startup/v
|
||||||
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.nitd 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 sytemctl daemon-reload
|
||||||
7 - sudo systemctl enable mylar
|
7 - sudo systemctl enable mylar
|
||||||
|
|
Loading…
Reference in a new issue