1
0
mirror of https://github.com/sashacmc/photo-importer.git synced 2024-11-16 10:08:40 +02:00
photo-importer/photo-importer.service

13 lines
255 B
Desktop File

[Unit]
Description=Photo Importer Server Service
After=multi-user.target
Conflicts=getty@tty1.service
[Service]
Type=simple
ExecStart=/usr/bin/photo-importer-server -c /etc/photo-importer.cfg
StandardInput=tty-force
[Install]
WantedBy=multi-user.target