mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
14 lines
257 B
Desktop File
14 lines
257 B
Desktop File
[Unit]
|
|
Description=Setup User config dir
|
|
DefaultDependencies=no
|
|
Before=local-fs.target shutdown.target
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/lib/openelec/openelec-userconfig
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|