16 lines
363 B
Desktop File
16 lines
363 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=/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
|