azure/files/usr/lib/systemd/system/azure-system-setup.service

12 lines
222 B
SYSTEMD
Raw Normal View History

2024-05-14 09:49:15 +00:00
[Unit]
Description=Configure system
After=rpm-ostreed.service
Before=systemd-user-sessions.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/libexec/azure-system-setup
[Install]
WantedBy=multi-user.target