diff options
Diffstat (limited to 'conf/service-files')
-rw-r--r-- | conf/service-files/org.freedesktop.hostname1.service | 4 | ||||
-rw-r--r-- | conf/service-files/org.freedesktop.locale1.service | 4 | ||||
-rw-r--r-- | conf/service-files/org.freedesktop.timedate1.service | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/conf/service-files/org.freedesktop.hostname1.service b/conf/service-files/org.freedesktop.hostname1.service new file mode 100644 index 0000000..9f8e2e0 --- /dev/null +++ b/conf/service-files/org.freedesktop.hostname1.service @@ -0,0 +1,4 @@ +[D-BUS Service] +Name=org.freedesktop.hostname1 +Exec=/usr/local/libexec/systemd/systemd-hostnamed +User=root diff --git a/conf/service-files/org.freedesktop.locale1.service b/conf/service-files/org.freedesktop.locale1.service new file mode 100644 index 0000000..9638a6f --- /dev/null +++ b/conf/service-files/org.freedesktop.locale1.service @@ -0,0 +1,4 @@ +[D-BUS Service] +Name=org.freedesktop.locale1 +Exec=/usr/local/libexec/systemd/systemd-localed +User=root diff --git a/conf/service-files/org.freedesktop.timedate1.service b/conf/service-files/org.freedesktop.timedate1.service new file mode 100644 index 0000000..8477b5f --- /dev/null +++ b/conf/service-files/org.freedesktop.timedate1.service @@ -0,0 +1,4 @@ +[D-BUS Service] +Name=org.freedesktop.timedate1 +Exec=/usr/local/libexec/systemd/systemd-timedated +User=root |