aboutsummaryrefslogtreecommitdiff
path: root/src/usr/sbin/systemctl
blob: d1b091d6e7b7f88d3f5f9813fe1c40af27e68d83 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Dependencies:
#    raw: lecho
#    devuan: bgscripts-core
{
   LOGFILE=/var/log/systemctl.log
   lecho "${0} ${*}" >> "${LOGFILE}"
} 2>/dev/null
:
bgstack15