Systemd service file WIP

This commit is contained in:
Imbus 2025-06-24 12:40:45 +02:00
parent adda00508e
commit 73507c3e7f

14
beretta.service Normal file
View file

@ -0,0 +1,14 @@
[Unit]
Description=Beretta Service
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/beretta
Restart=on-failure
RestartSec=5
User=beretta
WorkingDirectory=/usr/local/bin
[Install]
WantedBy=multi-user.target