mirror of
https://github.com/statbate/docs.git
synced 2026-08-11 02:42:41 +00:00
update
This commit is contained in:
commit
eabb01cfef
21 changed files with 921 additions and 0 deletions
16
install/conf/app.service
Normal file
16
install/conf/app.service
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[Unit]
|
||||
Description=Stat Daemon
|
||||
After=network.target manticore.service
|
||||
|
||||
[Service]
|
||||
LimitNOFILE=65535
|
||||
Type=simple
|
||||
GuessMainPID=no
|
||||
ExecStart=/home/stat/go/app/app
|
||||
Restart=always
|
||||
User=stat
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue