123456789101112131415161718192021222324 |
- [Unit]
- Description=feedsd service
- After=network.target
- StartLimitIntervalSec=0
- [Service]
- Type=notify
- NotifyAccess=main
- ExecStart=/opt/feedreader/bin/feedsd
- ExecReload=/bin/kill -HUP $MAINPID
- RuntimeDirectory=feedsd
- RuntimeDirectoryMode=0755
- WorkingDirectory=/run/feedsd
- StandardOutput=journal
- StandardError=journal
- Restart=on-failure
- RestartSec=10
- User=www-data
- Group=www-data
- Nice=10
- [Install]
- WantedBy=multi-user.target
|