1
0
Fork 0

Added SystemD service

This commit is contained in:
Anna “CyberTailor” 2023-05-10 06:49:39 +05:00
parent f045145f00
commit d168db772c
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# mastoposter - configurable reposter from Mastodon-compatible Fediverse servers
# Copyright (C) 2022-2023 hatkidchan <hatkidchan@gmail.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
[Unit]
Description=Configurable reposter from Mastodon-compatible Fediverse servers
After=network.target
Wants=network-online.target
[Service]
Type=simple
ExecStart=/usr/bin/mastoposter /etc/mastoposter/config.ini
Restart=always
RestartSec=5
StandardOutput=journal
StandardError=inherit
[Install]
WantedBy=multi-user.target