17 lines
293 B
Desktop File
17 lines
293 B
Desktop File
[Unit]
|
|
Description=TrashTalker (%i)
|
|
Wants=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
KillMode=process
|
|
Type=simple
|
|
NotifyAccess=all
|
|
LimitNOFILE=8192
|
|
EnvironmentFile=/opt/.tt/%i.conf
|
|
ExecStart=/usr/local/bin/trashtalker.py
|
|
Restart=on-failure
|
|
User=nobody
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |