mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
14 lines
284 B
SYSTEMD
Executable file
14 lines
284 B
SYSTEMD
Executable file
[Unit]
|
|
Description=Moodle Course Management OLPC edition
|
|
After={{ apache_service }}.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
{% if is_debuntu %}
|
|
ExecStart=/etc/init.d/moodle-xs-init start
|
|
{% else $}
|
|
ExecStart=/usr/libexec/moodle-xs-init start
|
|
{% endif %}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|