--- a/scripts/systemd/odyssey.service
+++ b/scripts/systemd/odyssey.service
@@ -7,6 +7,7 @@ User=odyssey
 Group=odyssey
 Type=simple
 ExecStart=/usr/bin/odyssey /etc/odyssey/odyssey.conf
+ExecReload=/usr/bin/kill -HUP $MAINPID
 LimitNOFILE=100000
 LimitNPROC=100000
 
--- a/scripts/systemd/odyssey@.service
+++ b/scripts/systemd/odyssey@.service
@@ -7,6 +7,7 @@ User=odyssey
 Group=odyssey
 Type=simple
 ExecStart=/usr/bin/odyssey /etc/odyssey/%i.conf
+ExecReload=/usr/bin/kill -HUP $MAINPID
 LimitNOFILE=100000
 LimitNPROC=100000
 
