Welcome to my blog. I mainly write about tools I find useful and solutions to technical problems. Sometimes I share opinions and describe how I use some tech. Use the navigation bar to learn more about my work, presentations and projects. Latest articles I wrote are below. More about me

Systemd tips and tricks

Sun 19 February 2017 Nils Amiet

linux systemd

Systemd is great. Here are a few things you can do with it.

Editing unit files

I usually can't remember where unit files are located but that's not an issue. Systemd will let you edit them just by knowing the unit name.

$ export SYSTEMD_EDITOR=vim
$ sudo -E systemctl edit --full …

Continue reading