systemd network ipv6 gateway is not set up
Stargateur asked: Cross posted on github I don’t understand why my systemd network config doesn’t set up ipv6 gateway route, XXX.XXX.XXX.XXX and YYYY:YYYY:YYYY:YYYY:: are always the same ip. My server …
Freedom through Communications
Browsing Tag
Stargateur asked: Cross posted on github I don’t understand why my systemd network config doesn’t set up ipv6 gateway route, XXX.XXX.XXX.XXX and YYYY:YYYY:YYYY:YYYY:: are always the same ip. My server …
palik asked: Why systemd complains? Jul 5 09:55:33 st701a-9 systemd[1]: [/etc/systemd/system/load-xyz-modules.service:7] Unknown lvalue ‘ExecCondition’ in section ‘Service’ The service configuration /etc/systemd/system/load-xyz-modules.service: [Unit] Description=Load xyz kernel modules [Service] RemainAfterExit=yes Type=oneshot ExecCondition=/bin/sh …
IRGeekSauce asked: I’m in the process of migrating all custom upstart scripts to systemd. I’ve come across a script that utilizes multiple services. I cannot figure out the proper syntax …
Rory asked: By default systemd (v245) on Ubuntu 20.04 focal, if I do systemctl status $THING, and the output lines are longer than my screen, then the default pager (less?) …
codeScriber asked: I have a script i wrote that listens on mqtt. When certain code arrives to the mqtt server then an ngrok session is started like so: subprocess.Popen([‘/tmp/ngrok’,’http’ ,’8080′], …
mosquetero asked: I want my service to start only if another service is not active. To do so, as explained in this other question, I am going to do: ExecStartPre=/bin/bash …
Codejoy asked: I had this old code base running in xinet d. It was basically a simple python script that waited for standard in to come in on a socket, …
Zbigh1 asked: I’m working on a headless IoT device that creates its own access point so that the user can access its web UI and do necessary configuration. The system …
Exlipse asked: It doesn’t seem like the systemd-tmpfiles service cleans up these folders because I have files in /tmp/systemd-private-*-httpd.service-*/tmp/ that are 27ish days old (the last time httpd was restarted). …
afarley asked: What is the systemd-approved method for removing e.g. sidekiq.service from /etc/systemd/system/? Note, there are many related discussions on this topic such as this one which I have already …