Monday, July 06, 2026
support@conference.yunohost.org
July
Mon Tue Wed Thu Fri Sat Sun
    1
2
3
4
5
6
7
8
9
10
11
12
13
14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
             

[08:21:26] <Gwên> Hello ! J'ai remarqué un bug un peu bizarre, qui n'affecte pas le fonctionnement du serveur mais juste... bizarre : quand on a Coturn d'installé, il ne démarre pas avec le reste du système. Quand je démarre ou redémarre Yunohost, je dois démarrer le service Coturn manuellement. Ça vaudrait le coup d'ouvrir une issue ? Si quelqu'un peut me dire où je dois aller ce serait super ^^
[08:23:34] <·☽•Nameless☆•777 · ±> systemctl enable service
[08:23:46] <·☽•Nameless☆•777 · ±> ( je suppose que cette commande fontionne pas sinon t'aurais pas poser la question ici )
[08:28:52] <Gwên> Hm mais ça c'est juste pour l'activer
[08:29:09] <Gwên> Ça automatise l'activation à chaque démarrage ?
[08:39:02] <@err404:matrix.numericore.com> oui
[08:48:02] <semm> Привет
[08:49:28] <artlog> y aurait t'il une dépendance sur le démarrage d'un autre service ?
[11:34:43] <·☽•Nameless☆•777 · ±> Ouep,
J'ai zappé mais j'aurais dû te demander de faire cette commande avant l'autre, elle te permettra de savoir quel service bloque ,
``` systemctl --fail status ```

Et pour en savoir plus journalctl -xeu tonservicequideconne
[11:59:07] <klymilark> Is there an easy way to set up a service to continually try restarting? My Lemmy instance is failing on boot, but starts fine when manually started, so I figure I can just have it set to manually try starting ~5 minutes after bootup and get it working fine again
[12:13:29] <·☽•Nameless☆•777 · ±> Yes, add this using ```systemctl --full edit youservice.service```


```
[Service]
Restart=always
RestartSec=8s
```
[12:14:29] <·☽•Nameless☆•777 · ±> But the best thing would be to figure out why your instance isn't starting automatically at boot time
[12:15:24] <m606> you can use `Restart=Always` in your service file as shortly explained there https://michael.stapelberg.ch/posts/2024-01-17-systemd-indefinite-service-restarts/ or there with more details: https://www.freedesktop.org/software/systemd/man/latest/systemd.service.html
However that may not be what you are actually looking for here, if you just want it to started once and but delayed. The best approach would probably be to understand what makes Lemmy fail to start - like something else that needs to be loaded first - and set a dependency in the service file with the `After=` instruction
[12:17:37] <·☽•Nameless☆•777 · ±> Pourquoi répéter exactement ce que je viens d'expliquer plus haut ?
[12:17:39] <@err404:matrix.numericore.com> I have `Restart=on-failure` on another service, maybe is better than `Restart=Always` ?
[12:19:01] <@err404:matrix.numericore.com> he add the `After= instruction` in your point
[12:19:05] <·☽•Nameless☆•777 · ±> Je pense que ```Restart=on-failure``` est plus adapter .
[12:22:35] <m606> I had started to write before you answer and did not see your reply... not a big deal I guess
[12:24:04] <·☽•Nameless☆•777 · ±> En gros je vois les choses comme ça,

on-failure va redémarrer le service uniquement si le service et ses sous-composantes échouent, alors que restart=always lui va sûrement redémarrer le service s'il n'est pas lancé

Je me dis que ça peut être problématique si toi ou un service doit l'arrêter vu que si tu l'arrêtes système risque de le relancer, ça peut créer une confusion si t'es en train de déboguer ton système et que t'as zappé que le service reboot seul quand tu l'arrêtes.
[12:25:13] <·☽•Nameless☆•777 · ±> The Joys of the Matrix,

Some time has passed between my reply and yours, which is why I didn't understand .
[12:28:21] <·☽•Nameless☆•777 · ±> > not a big deal I guess

I'd like to take this opportunity to sue you ...
[12:28:31] <·☽•Nameless☆•777 · ±> #joke
[15:04:54] <chankalan> Je viens remercier Genma pour sa réactivité sur le paquet spip_ynh, inclure une mise à jour aussi rapidement, c'est très très chouette de sa part... \o/
[21:51:03] <macoud12> Just went ahead and set up a VPS with WireGuard to push my Yunohost instance through... Any way to get the software to recognize that its external IP is that of the VPS instead of my home network's?
[21:51:10] <tituspijean> @macoud12:macoud12.livecan you explain more what you want to do? Which software should recognize its external IP as the VPS'?