Thursday 19, is the Fedora 28 Upgrade Test Day.
Systemd oneshot service
How to run a script at boot? Tested on Fedora, CentOS and Raspbian.
You can use cron via @reboot
directive.
@reboot /path/to/script
But, as far as I can see, if you need the network, it seems that this way is not suitable. Then, instead, you can use oneshot type in a systemd service.
Deploy an Hugo site
A mistake noted in this site. Running it for the first time, lead me to realizing that, as always, there are too much things that I don’t know and things to learn.
As said, this site is more an hobby, a playground, than something useful. Btw who cares?