1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(spotifyd): always restart

This commit is contained in:
2020-12-20 19:21:09 +01:00
parent 10224de58a
commit 2af8e1aa86

View File

@@ -9,4 +9,6 @@
}; };
}; };
}; };
systemd.services.spotifyd.serviceConfig.Restart = "always";
} }