aggiunto beszel

This commit is contained in:
piccihud
2024-12-26 18:48:34 +01:00
parent a7ff76d124
commit 64295199d1
4 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,14 @@
[Unit]
Description=Beszel Agent Service
After=network.target
[Service]
Environment="PORT=45877"
Environment="KEY={PUBLIC_KEY}"
ExecStart=/opt/beszel-agent/beszel-agent
User=beszel
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target