8 lines
156 B
Bash
8 lines
156 B
Bash
#!/bin/sh
|
|
|
|
# Startskript aktivieren
|
|
systemctl daemon-reload
|
|
/bin/systemd-sysusers
|
|
/bin/systemd-tmpfiles --create
|
|
systemctl enable --now steffen-xxx.service
|