GancioF2F/systemd/ganciof2f.service
2024-10-29 14:51:49 +01:00

22 lines
892 B
Desktop File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[Unit]
Description=GancioF2F service
After=network.target
[Service]
# «oneshot» is the good «Type»
Type=oneshot
# Uncomment next directive if you want to set a specific working directory.
# Note that in this case “<ganciof2f path>” and “<configuration file path>”
# will need to be relative to the working directory (or absolute).
#WorkingDirectory=<working directory path>
# Uncomment next directive if you want to avoid running GancioF2F as root;
# note that the user specified here needs to have read access to the
# configuration file specified in «ExecStart» (see below), read-write access
# to the state file specified in the configuration file, and read-write access
# to the GancioF2F «storage» sub-directory.
#User=<username>
# Uncomment the directive below and edit it to set GancioF2Fs command line.
#ExecStart=php <ganciof2f path> <configuration file path>