-
pidof systemd
-
pstree -p
-
journalctl -u ${SVCNAME} -e
Service File
-
[Unit]
-
Description=Hello world service
-
After=systemd-user=sessions.service
-
-
[Service]
-
Type=simple
-
ExecStart=/home/ben/hws.sh
-
SyslogIndetifier=HelloWorldService
RJM Article Type
Work Notes