summarylogtreecommitdiffstats
path: root/systemd.service
blob: 5ca81fed09bcf1064177c840c852a9c719db5d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Photon Lemmy - An alternative front end to Lemmy
After=network.target

[Service]
User=photon-lemmy
WorkingDirectory=/usr/share/photon-lemmy
ExecStart=/usr/bin/node build
EnvironmentFile=/etc/photon-lemmy/config.env
Restart=on-failure

[Install]
WantedBy=multi-user.target