summaryrefslogtreecommitdiffstats
path: root/core/modules/slx-issue/data/etc/systemd/system/update-etc_issue.service
blob: bdfab0856da0dc904a55d74098d2cb7faa507346 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Update /etc/issue
After=setup-partitions.service
Before=getty.target shutdown.target
DefaultDependencies=no

[Service]
Type=oneshot
ExecStart=/opt/openslx/scripts/openslx-create_issue
RemainAfterExit=no