fmt
This commit is contained in:
parent
e3a66faf21
commit
333e8f9b64
2 changed files with 3 additions and 3 deletions
|
@ -21,8 +21,8 @@
|
|||
--incomplete-dir "${torrents-dir}/.incomplete" \
|
||||
--download-dir "${torrents-dir}/downloads" \
|
||||
'';
|
||||
ExecStop="kill -s STOP $MAINPID";
|
||||
ExecReload="kill -s HUP $MAINPID";
|
||||
ExecStop = "kill -s STOP $MAINPID";
|
||||
ExecReload = "kill -s HUP $MAINPID";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
53317 #LocalSend
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
6771 #Torrent
|
||||
6771 #Torrent
|
||||
41414 #Torrent
|
||||
53317 #LocalSend
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue