User Tools

Site Tools


linux:installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux:installation [2017/02/13 10:02]
mstraub [Init Daemons]
linux:installation [2017/02/13 10:15]
mstraub [Init Daemons]
Line 513: Line 513:
 [Install] [Install]
 WantedBy=multi-user.target WantedBy=multi-user.target
 +</​code>​
 +
 +Starting and stopping services works as follows:
 +<code bash>
 +service myservice start
 +service myservice stop
 +service myservice status
 +</​code>​
 +
 +Logs of a service can be accessed via ''​journalctl'':​
 +<code bash>
 +journalctl -u myservice
 </​code>​ </​code>​
 ====== Package Management ====== ====== Package Management ======
linux/installation.txt ยท Last modified: 2019/10/21 14:09 by mstraub