Merge pull request #72770 from matthiasbeyer/restart-mpd

mpd: restart always
This commit is contained in:
Franz Pletz
2019-11-04 12:14:56 +00:00
committed by GitHub

View File

@@ -181,6 +181,7 @@ in {
ProtectKernelModules = true;
RestrictAddressFamilies = "AF_INET AF_INET6 AF_UNIX AF_NETLINK";
RestrictNamespaces = true;
Restart = "always";
};
};