blob: c4fdb9f25f876475792e1c4345bd12902bc56a98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=A recipe server for your favorite dishes
After=network.target
[Service]
User=ceres
Group=ceres
ExecStart=/usr/bin/ceres -c /etc/ceres/config.json
[Install]
WantedBy=multi-user.target
|