1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/moodle-1.9/moodle/templates/moodle-xs.service.in

15 lines
284 B
SYSTEMD
Raw Normal View History

2017-05-27 18:09:50 +00:00
[Unit]
Description=Moodle Course Management OLPC edition
After={{ apache_service }}.service
[Service]
Type=oneshot
2017-05-27 23:10:45 +00:00
{% if is_debuntu %}
2017-05-27 18:09:50 +00:00
ExecStart=/etc/init.d/moodle-xs-init start
{% else $}
ExecStart=/usr/libexec/moodle-xs-init start
{% endif %}
[Install]
WantedBy=multi-user.target