8 lines
134 B
SYSTEMD
8 lines
134 B
SYSTEMD
[Unit]
|
|
Description=Package List Backup Utility
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash /home/dthurstenson/.pkglists/pkglistbu.sh
|
|
|