24 lines
483 B
Desktop File
24 lines
483 B
Desktop File
#[Unit]
|
|
#Description=jx-print service
|
|
#Wants=mysql.service
|
|
#After=network.target
|
|
#After=mysql.service
|
|
#
|
|
#[Service]
|
|
#LimitCORE=infinity
|
|
#LimitNOFILE=100000
|
|
#LimitNPROC=100000
|
|
#
|
|
#Environment="GOPATH=/home/ubuntu/go/"
|
|
#Type=simple
|
|
#User=ubuntu
|
|
#Group=ubuntu
|
|
#
|
|
#Restart=always
|
|
#RestartSec=500ms
|
|
#
|
|
#WorkingDirectory=/jxdata/jx-callback-print
|
|
#ExecStart=/bin/sh -c '/jxdata/jx-callback-print/jx-print >> /jxdata/jx-callback-print/jx-print.log 2>&1'
|
|
#
|
|
#[Install]
|
|
#WantedBy=multi-user.target |