1[Unit]
2Description=Cronus Server
3Documentation=https://github.com/open-power/eCMD/
4After=network.service
5
6[Service]
7Type=simple
8ExecStart=/usr/bin/croserver
9Restart=on-failure
10ProtectHome=yes
11ProtectSystem=full
12RestrictAddressFamilies=AF_INET AF_INET6
13