Skip to content
Snippets Groups Projects
Commit f54f8144 authored by Bob Mottram's avatar Bob Mottram
Browse files

No alias

parent dddbedb6
No related branches found
No related tags found
No related merge requests found
......@@ -641,8 +641,7 @@ function image_install_web_admin {
echo 'Restart=always';
echo '';
echo '[Install]';
echo 'WantedBy=multi-user.target';
echo 'Alias=pleroma.service'; } > "$rootdir/etc/systemd/system/webadmin.service"
echo 'WantedBy=multi-user.target'; } > "$rootdir/etc/systemd/system/webadmin.service"
chroot "$rootdir" systemctl enable webadmin
}
......
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