From ff1a0643cc4659dacf60f79f6b042bcb18c95b1c Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Mon, 9 Jun 2025 20:48:36 +0200 Subject: [PATCH] Delete bgp-api.service --- bgp-api.service | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 bgp-api.service diff --git a/bgp-api.service b/bgp-api.service deleted file mode 100644 index d20918f..0000000 --- a/bgp-api.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=BGP api service -After=network.target - -[Service] -ExecStart=/usr/bin/python3 /opt/bgp-api/app.py -WorkingDirectory/opt/createvm-web -User=root -Restart=always -StandardOutput=syslog -StandardError=syslog -SyslogIdentifier=bgp-api - -[Install] -WantedBy=multi-user.target \ No newline at end of file