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
commit e7ef62dae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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