12 lines
195 B
Desktop File
Executable File
12 lines
195 B
Desktop File
Executable File
[Service]
|
|
Type=idle
|
|
WorkingDirectory=/usr/local/ocs/bin
|
|
ExecStart=/usr/local/ocs/bin/ocs > /dev/null 2>&1 &
|
|
Restart=always
|
|
RestartSec=3
|
|
StandardOutput=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|