bff71cd5e2
* Add support for a variant of JELOS suitable for hosting containers. * Fix desktop mode terminal bug.
13 lines
246 B
Desktop File
13 lines
246 B
Desktop File
[Unit]
|
|
Description=Setup User config dir
|
|
DefaultDependencies=no
|
|
After=systemd-tmpfiles-setup.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/userconfig-setup
|
|
RemainAfterExit=yes
|
|
StandardOutput=syslog+console
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|