build: 打包支持rpm
This commit is contained in:
0
build/debbuild/lib/systemd/system/.gitkeep
Normal file
0
build/debbuild/lib/systemd/system/.gitkeep
Normal file
@@ -1,17 +0,0 @@
|
||||
[Unit]
|
||||
Description=OMC Agent Daemon
|
||||
After=network-online.target mysql.service kvdb.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
LimitNOFILE=65535
|
||||
LimitNPROC=65535
|
||||
|
||||
Restart=always
|
||||
ExecStart=/usr/local/omc/bin/omc -c /usr/local/omc/etc/omc.yaml
|
||||
RestartSec=2
|
||||
RestartPreventExitStatus=SIGTERM SIGKILL
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user