Skip to content

Commit

Permalink
fix systemd service file
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Feb 7, 2024
1 parent 69a3cda commit e99f7f7
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions deploy/deb/etc/systemd/system/vince.service
Original file line number Diff line number Diff line change
@@ -1,27 +1,18 @@
[Unit]
Description=vince is a API first Cloud Native Web Analytics platform.
Description=API first Cloud Native Web Analytics platform.
After=network.target

[Service]
Type=simple
User=vince
Group=vince
WorkingDirectory=/var/lib/vince
StartLimitBurst=5
StartLimitInterval=0
Restart=on-failure
RestartSec=5
RestartSec=1
EnvironmentFile=-/etc/vince/vince.conf
ExecStart=/usr/bin/vince $ARGS
ExecStop=/bin/kill -s SIGTERM $MAINPID
ExecReload=/bin/kill -HUP $MAINPID
ProtectSystem=full
LimitNOFILE=1048576
LimitNPROC=1048576
LimitCORE=infinity
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=vince
LimitNOFILE=65536
LimitNPROC=32000

[Install]
WantedBy=multi-user.target

0 comments on commit e99f7f7

Please sign in to comment.