services/tmptsync: fix wrong subcommand
This commit is contained in:
parent
72bbc39ce7
commit
657d43155f
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ in
|
|||
|
||||
tmptsync-save = {
|
||||
environment.FILE = dir;
|
||||
script = "${../../scripts/tmptsync.sh} load";
|
||||
script = "${../../scripts/tmptsync.sh} save";
|
||||
wantedBy = [ "basic.target" ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue