From 1d6b45bebea66391a2a535a3bb328a5732aaa75d Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 5 Nov 2022 21:25:31 +0100 Subject: Add existing work --- systemd/ceres.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 systemd/ceres.service (limited to 'systemd/ceres.service') diff --git a/systemd/ceres.service b/systemd/ceres.service new file mode 100644 index 0000000..12b63c9 --- /dev/null +++ b/systemd/ceres.service @@ -0,0 +1,14 @@ + +[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 + -- cgit v1.2.3-70-g09d2