feat: add lander role for pearl

This commit is contained in:
Jef Roosens 2025-07-06 17:01:45 +02:00
parent 6b93b3f7ed
commit ef6d5e481e
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
10 changed files with 196 additions and 37 deletions

View 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