adjust build dir
This commit is contained in:
22
extra/config/omcd.service
Normal file
22
extra/config/omcd.service
Normal file
@@ -0,0 +1,22 @@
|
||||
# Automatically generated by systemd-sysv-generator
|
||||
|
||||
[Unit]
|
||||
Documentation=man:systemd-sysv-generator(8)
|
||||
SourcePath=/etc/init.d/omcd
|
||||
Description=EMS daemon service
|
||||
After=network-online.target mysql.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
Restart=always
|
||||
RestartSec=2
|
||||
TimeoutSec=30sec
|
||||
IgnoreSIGPIPE=no
|
||||
KillMode=process
|
||||
GuessMainPID=yes
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/etc/init.d/omcd start
|
||||
ExecStop=/etc/init.d/omcd stop
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user