mirror of
https://github.com/statbate/docs.git
synced 2026-08-11 02:42:41 +00:00
17 lines
265 B
SYSTEMD
17 lines
265 B
SYSTEMD
|
|
[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
|