release
This commit is contained in:
15
systemd/shd-alice.service
Normal file
15
systemd/shd-alice.service
Normal 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
|
||||
Reference in New Issue
Block a user