11 lines
265 B
Desktop File
11 lines
265 B
Desktop File
[Unit]
|
|
Description=lzwlab.cn file transfer cleanup (expired files)
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=lzwlab
|
|
Group=lzwlab
|
|
Environment=LZWLAB_TRANSFER_CONFIG=/etc/lzwlab-transfer/config.json
|
|
ExecStart=/usr/bin/python3 /opt/lzwlab-transfer/cleanup.py
|