cleanup cli, configs, systemd and readme
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user