Changes

From Amahi Wiki
Jump to: navigation, search
* Run as First Admin User:
<pre>su $FUSER -c command</pre>
* Check if service is active:
systemctl is-active service
* Enable/Disable and start/stop service:
systemctl enable --now service
systemctl disable --now service
* Change ownership of symbolic link
chown -h username:users /var/hda/files/share
12,424

edits