systemd/services/user

This commit is contained in:
Marc Beninca 2018-08-05 22:50:28 +02:00
parent 73a12548ea
commit 68167ecda8
2 changed files with 17 additions and 2 deletions

View file

@ -1,8 +1,8 @@
#######
SystemD
#######
=======
.. toctree::
system
services
journal

View file

@ -0,0 +1,15 @@
Services
========
user
----
.. code:: shell
systemctl --user enable name.service
loginctl enable-linger
systemctl --user start name.service
.. info::
enable-linger prevents daemon to be killed at session exit