You are not logged in.
Pages: 1
Hello, to create a reflector service so that it runs every time an Internet connection is started, you would have to create a configuration file in /etc/systemd/system/reflector.service and then enable it or in /etc/xdg/reflector/reflector/reflector.conf and then enable it. I don't know exactly if the latter is only for services at startup or just the difference between the two files.
Thanks.
Offline
You don’t need to create a service file. The reflector package already comes with one (in /usr/lib/systemd/system/reflector.service). This is the one you need to enable if you want to start reflector on startup.
This service file reads the configuration at /etc/xdg/reflector/reflector.conf each times it starts. So, you need to adapt it to your needs to tune reflector’s behavior.
For more information, you should read the wiki page.
Simplicity is the ultimate sophistication. — Leonardo da Vinci (1452–1519)
Offline
every time an Internet connection is started
And how do you "start" network connections?
NetworkManager?
https://wiki.archlinux.org/title/Networ … dispatcher
Offline
Pages: 1