Systemd
sudo systemctl edit --force --full dummy.serviceExamples
```
[Unit]
Description=API for system informations
[Service]
Type=simple
User=c0r3
ExecStart=/usr/bin/python3 /home/c0r3/.local/bin/api-sysinfo.py
[Install]
WantedBy=multi-user.target
``````
[Unit]
Description=Transfer $HOME/.tmp/*-Liste.txt to orc-industries.de:/sftp/Listen
[Service]
Type=simple
User=c0r3
ExecStart=/home/c0r3/.local/bin/update_media_list.py
[Install]
WantedBy=multi-user.target
```Last updated