diff options
Diffstat (limited to 'ceres/ceres.service')
-rw-r--r-- | ceres/ceres.service | 11 |
1 files changed, 11 insertions, 0 deletions
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 |