Symlink

Posts tagged with

Adding a service permanently

systemctl enable name-of-the-service To use Samba as an example systemctl enable smb.service systemctl enable nmb.service systemctl start smb.service systemctl start nmb.service All that the first command does is create a symlink ln -s β€˜/usr/lib/systemd/system/smb.service’ …

Read more β†’