aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core/recipes-connectivity/portmap/portmap/portmap.service
blob: cffb56c1d0f451b9e1fc125371dd5b11a21c011b (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Portmap

[Service]
Type=oneshot
ExecStart=/sbin/portmap -l
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target