services/tmptsync: fix wrong subcommand

This commit is contained in:
LavaDesu 2022-02-23 21:28:41 +07:00
parent 72bbc39ce7
commit 657d43155f
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -17,7 +17,7 @@ in
tmptsync-save = {
environment.FILE = dir;
script = "${../../scripts/tmptsync.sh} load";
script = "${../../scripts/tmptsync.sh} save";
wantedBy = [ "basic.target" ];
};
};