forked from pneymrl2f/nightingale
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.
21 lines
334 B
21 lines
334 B
[Unit]
|
|
Description=n9e job
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
# modify when deploy in prod env
|
|
User=root
|
|
Group=root
|
|
|
|
Type=simple
|
|
Environment="GIN_MODE=release"
|
|
ExecStart=/home/n9e/n9e-job
|
|
WorkingDirectory=/home/n9e
|
|
|
|
Restart=always
|
|
RestartSec=1
|
|
StartLimitInterval=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |