summaryrefslogtreecommitdiff
path: root/.config/systemd/user/import-profile.service
blob: 56609661d17383ae11641e6c5b442e2994dc1319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Load user profile into systemd
Before=basic.target
DefaultDependencies=no

[Service]
Type=oneshot
ExecStart=/usr/bin/env bash -l -c systemd-import-profile
SyslogIdentifier=systemd-import-profile

[Install]
WantedBy=basic.target