mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-01 13:52:20 +00:00
12 lines
No EOL
238 B
Desktop File
12 lines
No EOL
238 B
Desktop File
[Unit]
|
|
Description=Add stats to mastodon/etc
|
|
Wants=stats.timer
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
WorkingDirectory=/root/go-mastodon-stats
|
|
ExecStart=/usr/local/go/bin/go run cmd/gomastodonstats/main.go
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |