1.0
This commit is contained in:
15
packaging/systemd/dps-manager-server.service
Normal file
15
packaging/systemd/dps-manager-server.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=DPS Manager Server
|
||||
After=network.target mysql.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=/opt/dps-manager-server
|
||||
ExecStart=/opt/dps-manager-server/bin/dps_manager_server --config /opt/dps-manager-server/config/server.conf
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
User=root
|
||||
Group=root
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user