Simple fix for systemd unit file management. Systemd best practices are to use /etc/systemd/system for any custom unit files. Unit files in /etc override any existing /lib unit files and prevent package changes from interfering with your custom unit file.
Simple fix for systemd unit file management. Systemd best practices are to use
/etc/systemd/system
for any custom unit files. Unit files in /etc override any existing /lib unit files and prevent package changes from interfering with your custom unit file.