14 lines
227 B
Desktop File
14 lines
227 B
Desktop File
[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
|