7 lines
132 B
SYSTEMD
7 lines
132 B
SYSTEMD
|
[Unit]
|
||
|
Description=Demo unit for systemd
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/echo "Systemd unit activated. Hello Hackeriet."
|