You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
409 B
16 lines
409 B
[Unit]
|
|
Description=LTC Backend Server
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/home/play/app/xsn-block-explorer-0.1.0-SNAPSHOT
|
|
StandardOutput=tty
|
|
StandardError=tty
|
|
EnvironmentFile=/home/play/app/.env
|
|
LimitNOFILE=65535
|
|
User=play
|
|
ExecStart=/home/play/app/xsn-block-explorer-0.1.0-SNAPSHOT/bin/xsn-block-explorer -Dhttp.port=9000 -Dpidfile.path=/dev/null
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|