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