aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/zip/src/main/release/conf/oclip.service
blob: 1492ac0d97ae9a231498895c6728c86dfbe00575 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
#systemd file: /etc/systemd/system/oclip.service
#
[Unit]
Description=Open CLI Platform gRPC service

[Service]
#User=ubuntu

#change this to your workspace
WorkingDirectory=/opt/oclip

#path to executable.
ExecStart=/opt/oclip/bin/oclip-service.sh

#SuccessExitStatus=143
#TimeoutStopSec=10
#Restart=on-failure
#RestartSec=5

[Install]
WantedBy=multi-user.target