cleanup cli, configs, systemd and readme

This commit is contained in:
2026-04-02 01:18:15 +03:00
parent 7a86519314
commit 50961eb3fc
17 changed files with 741 additions and 294 deletions

View File

@@ -5,9 +5,9 @@ Wants=network-online.target
[Service]
Type=simple
WorkingDirectory=/home/shd/scripts/alice
EnvironmentFile=-/home/shd/scripts/alice/.env
ExecStart=/bin/bash -lc '/home/shd/scripts/alice/start.sh'
WorkingDirectory=/opt/shd/plugins/alice
EnvironmentFile=-/opt/shd/plugins/alice/.env
ExecStart=/bin/bash /opt/shd/plugins/alice/start.sh
Restart=always
RestartSec=3