Files
guru/net-im/mastoposter/files/mastoposter.service
Anna (cybertailor) Vyalkova 31af51e4bf net-im/mastoposter: don't run as root
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-05-14 07:31:21 +05:00

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