diff --git a/HowtoSystemd.md b/HowtoSystemd.md index 8d8c1b2c..97c864ba 100644 --- a/HowtoSystemd.md +++ b/HowtoSystemd.md @@ -244,6 +244,14 @@ Attention, si l'on renomme l'utilisateur foo ou que l'on change son UID, il faut # rm /var/lib/systemd/linger/foo ~~~ +L'utilisateur peut créer son unité systemd dans son */home* dans le dossier suivant : + +~~~ +~/.config/systemd/user/ +~~~ + +A créer si les dossier n'existe pas. + Exemple d'unité utilisateur pour _Tomcat_ : `/etc/systemd/user/tomcat.service`