diff options
Diffstat (limited to 'units/session')
-rw-r--r-- | units/session/.gitignore | 1 | ||||
-rw-r--r-- | units/session/exit.service.in | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/units/session/.gitignore b/units/session/.gitignore new file mode 100644 index 0000000000..eeb62b32ba --- /dev/null +++ b/units/session/.gitignore @@ -0,0 +1 @@ +exit.service diff --git a/units/session/exit.service.in b/units/session/exit.service.in new file mode 100644 index 0000000000..86c8bbc672 --- /dev/null +++ b/units/session/exit.service.in @@ -0,0 +1,8 @@ +[Unit] +Description=Exit +Requires=shutdown.target +After=shutdown.target + +[Service] +Type=finish +ExecStart=@SYSTEMCTL@ --session daemon-exit |