1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 12:01:06 +01:00

fix(cloud)

This commit is contained in:
Kierán Meinhardt
2019-12-09 08:05:14 +01:00
parent 0d394f319f
commit 6d39e33059
3 changed files with 7 additions and 10 deletions

View File

@@ -13,6 +13,7 @@ in {
wantedBy = [ "default.target" ];
script = "${pkgs.seafile-client}/bin/seafile-applet";
serviceConfig = {
Type = "forking";
Restart = "always";
};
};