This commit is contained in:
Adithya 2024-03-31 22:29:03 +05:30
parent e3a66faf21
commit 333e8f9b64
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
2 changed files with 3 additions and 3 deletions

View file

@ -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";
};
};
};

View file

@ -10,7 +10,7 @@
53317 #LocalSend
];
allowedUDPPorts = [
6771 #Torrent
6771 #Torrent
41414 #Torrent
53317 #LocalSend
];