Difference between revisions of "Systemd debian"

From Teknologisk videncenter
Jump to: navigation, search
m
m
Line 1: Line 1:
 
*Scriptfiles in /lib/systemd/system - See exampels of servicefiles there - add your own reme::
 
*Scriptfiles in /lib/systemd/system - See exampels of servicefiles there - add your own reme::
 
<source lang=bash>
 
<source lang=bash>
....:~$ sudo systemd-analyze verify YOUR_SERVICEFILE
+
...:~$ sudo systemd-analyze verify YOUR_SERVICEFIL
:~$ sudo systemctl daemon-reload
+
...:~$ sudo systemctl daemon-reload
:~$ sudosystemctl enable YOUR_SERVICEFILE
+
...:~$ sudosystemctl enable YOUR_SERVICEFILE
....:~$ sudo systemctl YOUR_SERICEFILE
+
...:~$ sudo systemctl YOUR_SERICEFILE
 
</source>
 
</source>
  

Revision as of 10:37, 13 February 2022

  • Scriptfiles in /lib/systemd/system - See exampels of servicefiles there - add your own reme::
...:~$ sudo systemd-analyze verify YOUR_SERVICEFIL
...:~$ sudo systemctl daemon-reload
...:~$ sudosystemctl enable YOUR_SERVICEFILE
...:~$ sudo systemctl YOUR_SERICEFILE


Links