summaryrefslogtreecommitdiff
path: root/.config/systemd/user/import-profile.service
blob: acde5906d6b44c532d0a86819f14c0c767d29cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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

[Install]
WantedBy=basic.target