admin-scripts/systemd/user/tx-stats-html.service
Jeffrey Serio b8246306d3 Reorganize
2024-06-23 08:10:36 -05:00

12 lines
195 B
Desktop File

[Unit]
Description=Run tx-stats-html.nu
After=network.target
[Service]
Type=oneshot
ExecStart=nu /home/jas/bin/tx-stats-html.nu
SyslogIdentifier=tx-stats-html
[Install]
WantedBy=default.target