mirror of
https://github.com/systemd/systemd.git
synced 2025-09-22 13:45:07 +03:00
unit: ship default.service for sessions by default
This commit is contained in:
@@ -102,6 +102,9 @@ systemunit_DATA = \
|
||||
units/systemd-logger.service \
|
||||
units/syslog.target
|
||||
|
||||
dist_sessionunit_DATA = \
|
||||
units/session/default.target
|
||||
|
||||
sessionunit_DATA = \
|
||||
units/session/remote-fs.target
|
||||
|
||||
|
11
units/session/default.target
Normal file
11
units/session/default.target
Normal file
@@ -0,0 +1,11 @@
|
||||
# This file is part of systemd.
|
||||
#
|
||||
# systemd is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
# See systemd.special(7) for details
|
||||
|
||||
[Unit]
|
||||
Description=Default
|
Reference in New Issue
Block a user