forked from brl/citadel
15 lines
257 B
Desktop File
15 lines
257 B
Desktop File
[Unit]
|
|
Description=Citadel Set Password
|
|
After=storage.mount
|
|
Requires=storage.mount
|
|
Before=gdm.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=no
|
|
ExecStart=/usr/libexec/citadel-setpassword.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
RequiredBy=graphical.target
|