From cf1f5aec06f37ebfc8ea980915a326e0c0d807f8 Mon Sep 17 00:00:00 2001 From: bashrc Date: Wed, 1 Apr 2026 19:04:40 +0100 Subject: [PATCH] Add restart script --- scripts/restart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/restart b/scripts/restart index dcd547b57..b6615bd60 100755 --- a/scripts/restart +++ b/scripts/restart @@ -1,4 +1,5 @@ #!/bin/bash git pull chown -R epicyon:epicyon * -chmod 644 *.py \ No newline at end of file +chmod 644 *.py +systemctl restart epicyon \ No newline at end of file