Robin Schneider 057d2f2ea5
Improved coding style as it is used in the DebOps project.
* Use YAML syntax which is better human readable.
* Try to use Ansible modules for operations when this is possible.
* `template/dumpenv/dumpenv.j2` seems to be missing.
2016-01-08 10:42:02 +01:00

12 lines
230 B
Django/Jinja

[Unit]
Description={{ description }}
ConditionPathExists=/var/run/qubes-service/qubes-{{ name }}
After=qubes-gui-agent.service
[Service]
ExecStart=/bin/echo Hello world
StandardOutput=syslog
[Install]
WantedBy=multi-user.target