Skip to content
Snippets Groups Projects
Commit 06cc6ea0 authored by Your Name's avatar Your Name
Browse files

tmp

parent 99a82018
No related branches found
No related tags found
1 merge request!1Support ArchLinux level-2 enroll; Add intune-portal pkg; Add instructions & FAQ
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
post_install() { post_install() {
if [ -d /run/systemd/system ] ; then if [ -d /run/systemd/system ] ; then
systemd-tmpfiles --create intune.conf systemd-tmpfiles --create intune.conf
fi
# deb-systemd-helper --user enable intune-agent.timer >/dev/null || true # deb-systemd-helper --user enable intune-agent.timer >/dev/null || true
# deb-systemd-helper --user enable intune-agent.service >/dev/null || true # deb-systemd-helper --user enable intune-agent.service >/dev/null || true
...@@ -25,7 +26,6 @@ post_install() { ...@@ -25,7 +26,6 @@ post_install() {
# Restart polkit to get any new authorization actions we put down # Restart polkit to get any new authorization actions we put down
systemctl restart polkit.service 2>/dev/null systemctl restart polkit.service 2>/dev/null
fi
echo "TODO: systemctl enable --now --user intune-agent.timer" echo "TODO: systemctl enable --now --user intune-agent.timer"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment