16 lines
333 B
Desktop File
16 lines
333 B
Desktop File
[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
|