From e5760e3e1832ddb74885acbc93e39c9659c90d0c Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 11 Nov 2022 16:55:31 +0100 Subject: Remove systemd related parts This repository is just about the generic source code. Adapting it to a certain Linux distribution which might be systemd based is up to a packaging repository. --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 391c6ea..15e100b 100644 --- a/Makefile +++ b/Makefile @@ -29,12 +29,8 @@ install: all install -Dm 644 data/templates/index.html $(DESTDIR)$(PREFIX)/share/ceres/templates/index.html install -Dm 644 data/templates/recipe.html $(DESTDIR)$(PREFIX)/share/ceres/templates/recipe.html - install -Dm 644 systemd/ceres.service $(DESTDIR)$(PREFIX)/lib/systemd/system/ceres.service - install -Dm 644 systemd/ceres.sysusers $(DESTDIR)$(PREFIX)/lib/sysusers.d/ceres.conf - install -Dm 644 systemd/ceres.tmpfiles $(DESTDIR)$(PREFIX)/lib/tmpfiles.d/ceres.conf install -Dm 644 sql/0001_migration.sql $(DESTDIR)$(PREFIX)/share/ceres/migrations/0001_migration.sql install -Dm 644 sql/0002_migration.sql $(DESTDIR)$(PREFIX)/share/ceres/migrations/0002_migration.sql debug: go run main.go -d -c config/default.json - -- cgit v1.2.3-70-g09d2