mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 02:01:08 +00:00
7 lines
208 B
SYSTEMD
7 lines
208 B
SYSTEMD
|
[Unit]
|
||
|
Description=Log Systemd errors on my %i script on home
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/home/bruno/Apps/linuxShortcuts/Services/logError.sh %i
|
||
|
#ExecStart=/bin/systemctl status --full %i >> /home/bruno/.log_error
|