Directory change: Moved example to example/main to make room for other examples

This commit is contained in:
Olof hagsand 2019-03-28 17:58:47 +01:00
parent 60cb87f998
commit a269e26c0d
19 changed files with 525 additions and 439 deletions

View file

@ -0,0 +1,13 @@
[Unit]
Description=Starts and stops a clixon example service on this system
Wants=example_restconf.service
[Service]
Type=forking
User=root
RestartSec=60
Restart=on-failure
ExecStart=/usr/local/sbin/clixon_backend -s running -f /usr/local/etc/example.xml
[Install]
WantedBy=multi-user.target