From 576633e1db6a2379d5cc9fd3947a0e04fd99f50c Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 13 Apr 2023 21:18:59 +0200 Subject: Add Ceres recipe server --- ceres/ceres.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ceres/ceres.service (limited to 'ceres/ceres.service') diff --git a/ceres/ceres.service b/ceres/ceres.service new file mode 100644 index 0000000..49fbe8b --- /dev/null +++ b/ceres/ceres.service @@ -0,0 +1,11 @@ +[Unit] +Description=A recipe server for your favorite dishes +After=network.target + +[Service] +User=ceres +Group=ceres +ExecStart=/usr/bin/ceres + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-70-g09d2