From 1859f62813f0c586ea49f912944fb25efd60520f Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 23 Mar 2026 22:22:36 -0500 Subject: Fixed log rotation and log2ram sizing. --- ergo/files/ergo.service | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 ergo/files/ergo.service (limited to 'ergo/files') diff --git a/ergo/files/ergo.service b/ergo/files/ergo.service deleted file mode 100644 index 54ff847..0000000 --- a/ergo/files/ergo.service +++ /dev/null @@ -1,20 +0,0 @@ -[Unit] -Description=ergo -#After=network.target -# If you are using MySQL for history storage, comment out the above line -# and uncomment these two instead (you must independently install and configure -# MySQL for your system): -Wants=mysql.service -After=network.target mysql.service - -[Service] -Type=simple -User=ergo -WorkingDirectory=/var/ergo -ExecStart=/usr/local/bin/ergo run --conf /etc/ergo/config.yaml -ExecReload=/bin/kill -HUP $MAINPID -Restart=on-failure -LimitNOFILE=1048576 - -[Install] -WantedBy=multi-user.target -- cgit v1.2.3