mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
18 lines
361 B
Desktop File
18 lines
361 B
Desktop File
[Unit]
|
|
Description=Configurable reposter from Mastodon-compatible Fediverse servers
|
|
After=network.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=mastoposter
|
|
Group=mastoposter
|
|
ExecStart=/usr/bin/mastoposter /etc/mastoposter/config.ini
|
|
Restart=always
|
|
RestartSec=5
|
|
StandardOutput=journal
|
|
StandardError=inherit
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|