This commit is contained in:
Marc Beninca 2018-08-13 21:10:32 +02:00
parent 51e31bb932
commit 7098771d31
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ user
loginctl enable-linger loginctl enable-linger
systemctl --user start name.service systemctl --user start name.service
.. info:: .. note::
enable-linger prevents daemon to be killed at session exit enable-linger prevents daemon to be killed at session exit
@ -33,6 +33,6 @@ Example:
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
.. info:: .. note::
%h is replaced by the user's home directory %h is replaced by the user's home directory

View file

@ -33,6 +33,6 @@ GPT
mkpart data 1 3966128 mkpart data 1 3966128
mkpart swap 2 4000527 mkpart swap 2 4000527
.. info:: .. note::
Start offset of a partition can be inferior than actual free space beginning. Start offset of a partition can be inferior than actual free space beginning.