lander configuration
This commit is contained in:
parent
fef9b0866f
commit
3cd1f7c4fc
10 changed files with 149 additions and 29 deletions
15
roles/lander/files/lander.service
Normal file
15
roles/lander/files/lander.service
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=Lander
|
||||
After=network.target network-online.target
|
||||
Requires=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
User=lander
|
||||
Group=lander
|
||||
ExecStart=/usr/local/bin/lander
|
||||
Restart=always
|
||||
EnvironmentFile=/etc/lander/lander.env
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue