This commit is contained in:
2026-03-07 22:43:08 +03:00
parent 61e7e3af56
commit 7a86519314
17 changed files with 2316 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description=SHD Alice Plugin Web UI
After=network-online.target shd-alice.service
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_plugin_web.sh'
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target

15
systemd/shd-alice.service Normal file
View File

@@ -0,0 +1,15 @@
[Unit]
Description=SHD Alice Station Service
After=network-online.target
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'
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target