14 lines
204 B
Desktop File
14 lines
204 B
Desktop File
[Unit]
|
|
Description=Hubic Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=root
|
|
ExecStart=/opt/hubicSytemd start
|
|
ExecStop=/opt/hubicSytemd stop
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|