Files
local_yandex_station/systemd/shd-alice-plugin.service

16 lines
354 B
Desktop File

[Unit]
Description=SHD Alice Plugin Web UI
After=network-online.target shd-alice.service
Wants=network-online.target
[Service]
Type=simple
WorkingDirectory=/opt/shd/plugins/alice
EnvironmentFile=-/opt/shd/plugins/alice/.env
ExecStart=/bin/bash /opt/shd/plugins/alice/start_plugin_web.sh
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target