mpd: restart always
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
062a4d4081
commit
4e3aa7b7b8
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ in {
|
|||
ProtectKernelModules = true;
|
||||
RestrictAddressFamilies = "AF_INET AF_INET6 AF_UNIX AF_NETLINK";
|
||||
RestrictNamespaces = true;
|
||||
Restart = "always";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue