systemctl --user returns âUnit was not foundâ on Ubuntu 18.04

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
I just fresh installed Ubuntu 18.04. I am having an issue with systemd, which worked fine with 17.10. My service files are located in ~/.config/systemd/user.
I tried a daemon-reload. didn't work. I keep getting an error saying
failed to start. Unit was not found.
upgrade services systemd 18.04
add a comment |Â
up vote
1
down vote
favorite
I just fresh installed Ubuntu 18.04. I am having an issue with systemd, which worked fine with 17.10. My service files are located in ~/.config/systemd/user.
I tried a daemon-reload. didn't work. I keep getting an error saying
failed to start. Unit was not found.
upgrade services systemd 18.04
Could your HOME directory be on a different partition than /etc, or might you have HOME directory encryption? Systemd might not be able to resolve the /etc/systemd/system/* soft links properly in these cases, thus does not find them on boot.
â Attila Szeremi
Jun 28 at 14:18
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I just fresh installed Ubuntu 18.04. I am having an issue with systemd, which worked fine with 17.10. My service files are located in ~/.config/systemd/user.
I tried a daemon-reload. didn't work. I keep getting an error saying
failed to start. Unit was not found.
upgrade services systemd 18.04
I just fresh installed Ubuntu 18.04. I am having an issue with systemd, which worked fine with 17.10. My service files are located in ~/.config/systemd/user.
I tried a daemon-reload. didn't work. I keep getting an error saying
failed to start. Unit was not found.
upgrade services systemd 18.04
edited Apr 28 at 18:02
Zanna
47.9k13119227
47.9k13119227
asked Apr 28 at 13:02
Mayur Bhatolia
62
62
Could your HOME directory be on a different partition than /etc, or might you have HOME directory encryption? Systemd might not be able to resolve the /etc/systemd/system/* soft links properly in these cases, thus does not find them on boot.
â Attila Szeremi
Jun 28 at 14:18
add a comment |Â
Could your HOME directory be on a different partition than /etc, or might you have HOME directory encryption? Systemd might not be able to resolve the /etc/systemd/system/* soft links properly in these cases, thus does not find them on boot.
â Attila Szeremi
Jun 28 at 14:18
Could your HOME directory be on a different partition than /etc, or might you have HOME directory encryption? Systemd might not be able to resolve the /etc/systemd/system/* soft links properly in these cases, thus does not find them on boot.
â Attila Szeremi
Jun 28 at 14:18
Could your HOME directory be on a different partition than /etc, or might you have HOME directory encryption? Systemd might not be able to resolve the /etc/systemd/system/* soft links properly in these cases, thus does not find them on boot.
â Attila Szeremi
Jun 28 at 14:18
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029221%2fsystemctl-user-returns-unit-was-not-found-on-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Could your HOME directory be on a different partition than /etc, or might you have HOME directory encryption? Systemd might not be able to resolve the /etc/systemd/system/* soft links properly in these cases, thus does not find them on boot.
â Attila Szeremi
Jun 28 at 14:18