19 lines
367 B
Desktop File
19 lines
367 B
Desktop File
[Unit]
|
|
Description=gotosocial Web Application
|
|
After=network.target
|
|
|
|
[Service]
|
|
WorkingDirectory=/var/lib/gotosocial
|
|
StateDirectory=gotosocial
|
|
StateDirectoryMode=0750
|
|
CacheDirectory=gotosocial
|
|
CacheDirectoryMode=0750
|
|
|
|
User=gotosocial
|
|
Group=gotosocial
|
|
|
|
ExecStart=/usr/bin/gotosocial --config /etc/gotosocial/config.yml server start
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|