13 lines
No EOL
211 B
Desktop File
13 lines
No EOL
211 B
Desktop File
[Unit]
|
|
Description=Bootshorn Recorder
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/opt/bootshorn
|
|
ExecStart=/opt/bootshorn/record
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |