Skip to content

Commit

Permalink
Merge branch 'jb45906' into 'master'
Browse files Browse the repository at this point in the history
[oneshot] Require home mount. Fixes JB#45906

See merge request mer-core/oneshot!5
  • Loading branch information
kende committed Jun 18, 2019
2 parents 9dfcf14 + 2988dae commit 469c6e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services.usersession/oneshot-user-late.service
@@ -1,6 +1,7 @@
[Unit]
Description=Oneshot stuff for user (late run)
After=user-session.target
RequiresMountsFor=/home

[Service]
Type=oneshot
Expand All @@ -9,4 +10,3 @@ ExecStart=/usr/bin/oneshot --late

[Install]
WantedBy=post-user-session.target

2 changes: 1 addition & 1 deletion services.usersession/oneshot-user.service
@@ -1,6 +1,7 @@
[Unit]
Description=Oneshot stuff for user
Requires=dbus.socket
RequiresMountsFor=/home

[Service]
Type=oneshot
Expand All @@ -9,4 +10,3 @@ ExecStart=/usr/bin/oneshot

[Install]
WantedBy=pre-user-session.target

0 comments on commit 469c6e7

Please sign in to comment.