From d412bf251779627cb6d600d1d7c511c8ed1f205f Mon Sep 17 00:00:00 2001 From: Chris Fulljames Date: Mon, 20 Jan 2025 08:50:48 -0500 Subject: [PATCH] remove service files --- service/prod.service | 12 ------------ service/test.service | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 service/prod.service delete mode 100644 service/test.service diff --git a/service/prod.service b/service/prod.service deleted file mode 100644 index 9fcc4cc..0000000 --- a/service/prod.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Little Song Place Production Server -After=multi-user.target - -[Service] -WorkingDirectory=/var/www/littlesongplace -ExecStart=/var/www/littlesongplace/service/run.sh 8080 /var/www/littlesongplace-data -Restart=always - -[Install] -WantedBy=multi-user.target - diff --git a/service/test.service b/service/test.service deleted file mode 100644 index ff2f783..0000000 --- a/service/test.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Little Song Place Test Server -After=multi-user.target - -[Service] -WorkingDirectory=/var/www/littlesongplace-test -ExecStart=/var/www/littlesongplace-test/service/run.sh 8081 /var/www/littlesongplace-test-data -Restart=always - -[Install] -WantedBy=multi-user.target - -- 2.39.5