11 lines
146 B
INI
11 lines
146 B
INI
|
[Unit]
|
||
|
Description=device-control
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/device-control
|
||
|
Restart=always
|
||
|
RestartSec=10
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|