summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage32/data/etc/systemd/system/setup-slx-addon@.service
blob: 88f38dbb6d1d51e7545de9c21606a97a24d1587b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Setup SLX addon %i
DefaultDependencies=no
Wants=tmp.target
After=tmp.target

[Service]
Type=oneshot
ExecStart=/opt/openslx/scripts/systemd-setup_slx_addons %I
RemainAfterExit=yes