Closed Jackenmen closed 2 years ago
Fixes #185
This could alternatively use a single systemctl --user disable --now appimaged.service command which uses --now flag that was added in systemd v220 but that was released in 2015 so I'm not sure if it's portable enough.
systemctl --user disable --now appimaged.service
--now
Fixes #185
This could alternatively use a single
systemctl --user disable --now appimaged.service
command which uses--now
flag that was added in systemd v220 but that was released in 2015 so I'm not sure if it's portable enough.