summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-11-11 16:55:31 +0100
committerxengineering <me@xengineering.eu>2022-11-11 16:59:59 +0100
commite5760e3e1832ddb74885acbc93e39c9659c90d0c (patch)
tree832828dab6bf0b439a311491b8157e6beb58ee69 /systemd
parent53d17214e4e9e1e630d625a51d05484c3770fad1 (diff)
downloadceres-e5760e3e1832ddb74885acbc93e39c9659c90d0c.tar
ceres-e5760e3e1832ddb74885acbc93e39c9659c90d0c.tar.zst
ceres-e5760e3e1832ddb74885acbc93e39c9659c90d0c.zip
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.
Diffstat (limited to 'systemd')
-rw-r--r--systemd/ceres.service14
-rw-r--r--systemd/ceres.sysusers1
-rw-r--r--systemd/ceres.tmpfiles4
3 files changed, 0 insertions, 19 deletions
diff --git a/systemd/ceres.service b/systemd/ceres.service
deleted file mode 100644
index 12b63c9..0000000
--- a/systemd/ceres.service
+++ /dev/null
@@ -1,14 +0,0 @@
-
-[Unit]
-Description=Recipe server for your favorite dishes
-After=network.target
-After=mariadb.service
-
-[Service]
-User=ceres
-Group=ceres
-ExecStart=/usr/bin/ceres
-
-[Install]
-WantedBy=multi-user.target
-
diff --git a/systemd/ceres.sysusers b/systemd/ceres.sysusers
deleted file mode 100644
index e269688..0000000
--- a/systemd/ceres.sysusers
+++ /dev/null
@@ -1 +0,0 @@
-u ceres - "ceres daemon user" - /bin/bash
diff --git a/systemd/ceres.tmpfiles b/systemd/ceres.tmpfiles
deleted file mode 100644
index 1c3101c..0000000
--- a/systemd/ceres.tmpfiles
+++ /dev/null
@@ -1,4 +0,0 @@
-d /var/lib/ceres 0750
-d /var/lib/ceres/recipes 0750
-d /var/lib/ceres/recipes/image 0750
-Z /var/lib/ceres - ceres ceres