fix workout tracker url
This commit is contained in:
@@ -31,7 +31,16 @@ in
|
||||
ExecStart = "${workout-sync}/bin/workout-sync";
|
||||
Restart = "always";
|
||||
DynamicUser = true;
|
||||
EnvironmentFile = "/var/secrets/workout-sync.env";
|
||||
BindReadOnlyPaths = [
|
||||
/run/systemd/resolve/stub-resolv.conf
|
||||
/etc/ssl
|
||||
/etc/static/ssl
|
||||
/etc/resolv.conf
|
||||
/etc/static/resolv.conf
|
||||
/etc/nsswitch.conf
|
||||
/etc/static/nsswitch.conf
|
||||
/etc/hosts
|
||||
];
|
||||
};
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
confinement.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user