blob: 49fbe8b9e42f441703538aa31d5cd4bf822fc94c (
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
[Install]
WantedBy=multi-user.target
|